Html Css Color HEX #118F79 Observatory

📋 copy color: '#118F79'

red 17 ◦ green 143 ◦ blue 121

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

Shades of Observatory #118F79

Tints of Observatory #118F79

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.89%

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

R = 6.05%
G = 50.89%
B = 43.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#118F79 (or 0x118F79) is known color: Observatory. HEX triplet: 11, 8F and 79. RGB value is (17,143,121). Sum of RGB (Red+Green+Blue) = 17+143+121=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #118F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F79 is #EE7086. Grayscale: #666666. Windows color (decimal): -15626375 or 7966481. OLE color: 7966481.

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

Color convert

RGB 17 143 121 -
CMYK 0.88 0 0.15 0.44
HSL 169.52º 0.79% 0.31% -
HSV(B) 169.52º 0.88% 0.56% -
XYZ 13.5 21.14 21.46 -
YUV 102.82 138.26 66.79 -
System Red Green Blue C M Y K H S L
Decimal 17 143 121 0.88 0 0.15 0.44 169.52 0.79 0.31
Hex 11 8F 79 58 0 F 2C AA 4F 1F
Octal 21 217 171 130 0 17 54 252 117 37
Binary 10001 10001111 1111001 1011000 0 1111 101100 10101010 1001111 11111

Color Harmonies of #118F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F79

Black with #118F79

Text Example


Text Example

White with #118F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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