#0C8974

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

Shades of Observatory #0C8974

Tints of Observatory #0C8974

Color information

#0C8974 (or 0x0C8974) is unknown color: approx Observatory. HEX triplet: 0C, 89 and 74. RGB value is (12,137,116). Sum of RGB (Red+Green+Blue) = 12+137+116=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8974 is #F3768B. Grayscale: #616161. Windows color (decimal): -15955596 or 7637260. OLE color: 7637260.

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

Color convert

RGB12137116-
CMYK0.9100.150.46
HSL169.92º83.89%29.22%-
HSV(B)169.92º91.24%53.73%-
XYZ12.2519.2319.59-
YUV97.23138.5967.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 137 (53.91% from 255) = 51.70%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=4.53%
G=51.70%
B=43.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121371160.9100.150.46169.9283.8929.22
HexC89745B0F2Eaa541d
Octal142111641330175625212435
Binary110010001001111010010110110111110111010101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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