#0C8D78

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

Shades of Observatory #0C8D78

Tints of Observatory #0C8D78

Color information

#0C8D78 (or 0x0C8D78) is unknown color: approx Observatory. HEX triplet: 0C, 8D and 78. RGB value is (12,141,120). Sum of RGB (Red+Green+Blue) = 12+141+120=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8D78 is #F37287. Grayscale: #636363. Windows color (decimal): -15954568 or 7900428. OLE color: 7900428.

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

Color convert

RGB12141120-
CMYK0.9100.150.45
HSL170.23º84.31%30%-
HSV(B)170.23º91.49%55.29%-
XYZ13.0720.4821.03-
YUV100.04139.2665.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=4.40%
G=51.65%
B=43.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121411200.9100.150.45170.2384.3130
HexC8D785B0F2Daa541e
Octal142151701330175525212436
Binary110010001101111100010110110111110110110101010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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