#0C8976

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

Shades of Observatory #0C8976

Tints of Observatory #0C8976

Color information

#0C8976 (or 0x0C8976) is unknown color: approx Observatory. HEX triplet: 0C, 89 and 76. RGB value is (12,137,118). Sum of RGB (Red+Green+Blue) = 12+137+118=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8976 is #F37689. Grayscale: #616161. Windows color (decimal): -15955594 or 7768332. OLE color: 7768332.

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

Color convert

RGB12137118-
CMYK0.9100.140.46
HSL170.88º83.89%29.22%-
HSV(B)170.88º91.24%53.73%-
XYZ12.3719.2820.21-
YUV97.46139.5967.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=4.49%
G=51.31%
B=44.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121371180.9100.140.46170.8883.8929.22
HexC89765B0E2Eab541d
Octal142111661330165625312435
Binary110010001001111011010110110111010111010101011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,118); }

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

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

 a { background-color: rgb(12,137,118); }

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

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

 span { border-color: rgb(12,137,118); }

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