#0C886E

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

Shades of Observatory #0C886E

Tints of Observatory #0C886E

Color information

#0C886E (or 0x0C886E) is unknown color: approx Observatory. HEX triplet: 0C, 88 and 6E. RGB value is (12,136,110). Sum of RGB (Red+Green+Blue) = 12+136+110=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #0C886E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C886E is #F37791. Grayscale: #5F5F5F. Windows color (decimal): -15955858 or 7243788. OLE color: 7243788.

HSL color Cylindrical-coordinate representation of color #0C886E: hue angle of 167.42º 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 #0C886E is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB12136110-
CMYK0.9100.190.47
HSL167.42º83.78%29.02%-
HSV(B)167.42º91.18%53.33%-
XYZ11.7718.8117.76-
YUV95.96135.9268.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=4.65%
G=52.71%
B=42.64%

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
Decimal121361100.9100.190.47167.4283.7829.02
HexC886E5B0132Fa7541d
Octal142101561330235724712435
Binary1100100010001101110101101101001110111110100111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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