Html Css Color HEX #109079 Observatory

📋 copy color: '#109079'

red 16 ◦ green 144 ◦ blue 121

#109079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #109079

Tints of Observatory #109079

RGB

 RED value IS 16 (6.64% from 255) = 5.69%

 GREEN value IS 144 (56.64% from 255) = 51.25%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 5.69%
G = 51.25%
B = 43.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#109079 (or 0x109079) is known color: Observatory. HEX triplet: 10, 90 and 79. RGB value is (16,144,121). Sum of RGB (Red+Green+Blue) = 16+144+121=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #109079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109079 is #EF6F86. Grayscale: #676767. Windows color (decimal): -15691655 or 7966736. OLE color: 7966736.

HSL color Cylindrical-coordinate representation of color #109079: hue angle of 169.22º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109079 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 121 -
CMYK 0.89 0 0.16 0.44
HSL 169.22º 0.8% 0.31% -
HSV(B) 169.22º 0.89% 0.56% -
XYZ 13.64 21.44 21.51 -
YUV 103.11 138.09 65.87 -
System Red Green Blue C M Y K H S L
Decimal 16 144 121 0.89 0 0.16 0.44 169.22 0.8 0.31
Hex 10 90 79 59 0 10 2C A9 50 1F
Octal 20 220 171 131 0 20 54 251 120 37
Binary 10000 10010000 1111001 1011001 0 10000 101100 10101001 1010000 11111

Color Harmonies of #109079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109079

Black with #109079

Text Example


Text Example

White with #109079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109079; }

 p { color: rgb(16,144,121); }

 H1.HeaderClassName
 {
   color: #109079;
 }
 .AnyTagClassName
 {
   color: #109079;
 }
</style>

background-color css

<style>
 a { background-color: #109079; }

 a { background-color: rgb(16,144,121); }

 div.DivClassName
 {
   background-color: #109079;
 }
 .BgClassName
 {
   background-color: #109079;
 }
</style>

border-color css

<style>
 span { border-color: #109079; }

 span { border-color: rgb(16,144,121); }

 td.TdClassName
 {
   border-color: #109079;
 }
 .TagClassName
 {
   border-color: #109079;
 }
</style>