Html Css Color HEX #0E8F79 Observatory

📋 copy color: '#0E8F79'

red 14 ◦ green 143 ◦ blue 121

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

Shades of Observatory #0E8F79

Tints of Observatory #0E8F79

RGB

 RED value IS 14 (5.86% from 255) = 5.04%

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

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

R = 5.04%
G = 51.44%
B = 43.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#0E8F79 (or 0x0E8F79) is known color: Observatory. HEX triplet: 0E, 8F and 79. RGB value is (14,143,121). Sum of RGB (Red+Green+Blue) = 14+143+121=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #0E8F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8F79 is #F17086. Grayscale: #656565. Windows color (decimal): -15822983 or 7966478. OLE color: 7966478.

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

Color convert

RGB 14 143 121 -
CMYK 0.90 0 0.15 0.44
HSL 169.77º 0.82% 0.31% -
HSV(B) 169.77º 0.9% 0.56% -
XYZ 13.45 21.12 21.46 -
YUV 101.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 14 143 121 0.90 0 0.15 0.44 169.77 0.82 0.31
Hex E 8F 79 5A 0 F 2C AA 52 1F
Octal 16 217 171 132 0 17 54 252 122 37
Binary 1110 10001111 1111001 1011010 0 1111 101100 10101010 1010010 11111

Color Harmonies of #0E8F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8F79

Black with #0E8F79

Text Example


Text Example

White with #0E8F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E8F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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