#0C8D77

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

Shades of Observatory #0C8D77

Tints of Observatory #0C8D77

Color information

#0C8D77 (or 0x0C8D77) is unknown color: approx Observatory. HEX triplet: 0C, 8D and 77. RGB value is (12,141,119). Sum of RGB (Red+Green+Blue) = 12+141+119=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8D77 is #F37288. Grayscale: #636363. Windows color (decimal): -15954569 or 7834892. OLE color: 7834892.

HSL color Cylindrical-coordinate representation of color #0C8D77: hue angle of 169.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8D77 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB12141119-
CMYK0.9100.160.45
HSL169.77º84.31%30%-
HSV(B)169.77º91.49%55.29%-
XYZ13.0120.4620.72-
YUV99.92138.7665.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=4.41%
G=51.84%
B=43.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121411190.9100.160.45169.7784.3130
HexC8D775B0102Daa541e
Octal142151671330205525212436
Binary1100100011011110111101101101000010110110101010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,141,119); }

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

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

 a { background-color: rgb(12,141,119); }

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

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

 span { border-color: rgb(12,141,119); }

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