#0F8E76

Color #0F8E76 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0F8E76

Tints of Observatory #0F8E76

Color information

#0F8E76 (or 0x0F8E76) is unknown color: approx Observatory. HEX triplet: 0F, 8E and 76. RGB value is (15,142,118). Sum of RGB (Red+Green+Blue) = 15+142+118=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E76 is #F07189. Grayscale: #656565. Windows color (decimal): -15757706 or 7769615. OLE color: 7769615.

HSL color Cylindrical-coordinate representation of color #0F8E76: hue angle of 168.66º degrees, saturation: 0.81, 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 #0F8E76 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB15142118-
CMYK0.8900.170.44
HSL168.66º80.89%30.78%-
HSV(B)168.66º89.44%55.69%-
XYZ13.1420.7620.45-
YUV101.29137.4266.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.45%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=5.45%
G=51.64%
B=42.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151421180.8900.170.44168.6680.8930.78
HexF8E76590112Ca9511f
Octal172161661310215425112137
Binary1111100011101110110101100101000110110010101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,142,118); }

 H1.HeaderClassName
 {
   color: #0F8E76;
 }
 .AnyTagClassName
 {
   color: #0F8E76;
 }
</style>
background-color css

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

 a { background-color: rgb(15,142,118); }

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

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

 span { border-color: rgb(15,142,118); }

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