#0C876E

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

Shades of Observatory #0C876E

Tints of Observatory #0C876E

Color information

#0C876E (or 0x0C876E) is unknown color: approx Observatory. HEX triplet: 0C, 87 and 6E. RGB value is (12,135,110). Sum of RGB (Red+Green+Blue) = 12+135+110=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #0C876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C876E is #F37891. Grayscale: #5F5F5F. Windows color (decimal): -15956114 or 7243532. OLE color: 7243532.

HSL color Cylindrical-coordinate representation of color #0C876E: hue angle of 167.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C876E is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB12135110-
CMYK0.9100.190.47
HSL167.8º83.67%28.82%-
HSV(B)167.8º91.11%52.94%-
XYZ11.6318.5317.72-
YUV95.37136.2568.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=4.67%
G=52.53%
B=42.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121351100.9100.190.47167.883.6728.82
HexC876E5B0132Fa8541d
Octal142071561330235725012435
Binary1100100001111101110101101101001110111110101000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,110); }

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

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

 a { background-color: rgb(12,135,110); }

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

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

 span { border-color: rgb(12,135,110); }

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