Html Css Color HEX #119079 Observatory

📋 copy color: '#119079'

red 17 ◦ green 144 ◦ blue 121

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

Shades of Observatory #119079

Tints of Observatory #119079

RGB

 RED value IS 17 (7.03% from 255) = 6.03%

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

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

R = 6.03%
G = 51.06%
B = 42.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#119079 (or 0x119079) is known color: Observatory. HEX triplet: 11, 90 and 79. RGB value is (17,144,121). Sum of RGB (Red+Green+Blue) = 17+144+121=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #119079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119079 is #EE6F86. Grayscale: #676767. Windows color (decimal): -15626119 or 7966737. OLE color: 7966737.

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

Color convert

RGB 17 144 121 -
CMYK 0.88 0 0.16 0.44
HSL 169.13º 0.79% 0.32% -
HSV(B) 169.13º 0.88% 0.56% -
XYZ 13.66 21.45 21.51 -
YUV 103.41 137.92 66.37 -
System Red Green Blue C M Y K H S L
Decimal 17 144 121 0.88 0 0.16 0.44 169.13 0.79 0.32
Hex 11 90 79 58 0 10 2C A9 4F 20
Octal 21 220 171 130 0 20 54 251 117 40
Binary 10001 10010000 1111001 1011000 0 10000 101100 10101001 1001111 100000

Color Harmonies of #119079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119079

Black with #119079

Text Example


Text Example

White with #119079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119079; }

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

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

background-color css

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

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

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

border-color css

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

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

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