#0C906E

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

Shades of Observatory #0C906E

Tints of Observatory #0C906E

Color information

#0C906E (or 0x0C906E) is unknown color: approx Observatory. HEX triplet: 0C, 90 and 6E. RGB value is (12,144,110). Sum of RGB (Red+Green+Blue) = 12+144+110=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #0C906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C906E is #F36F91. Grayscale: #646464. Windows color (decimal): -15953810 or 7245836. OLE color: 7245836.

HSL color Cylindrical-coordinate representation of color #0C906E: hue angle of 164.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C906E is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB12144110-
CMYK0.9200.240.44
HSL164.55º84.62%30.59%-
HSV(B)164.55º91.67%56.47%-
XYZ12.9421.1518.15-
YUV100.66133.2764.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 144 (56.64% from 255) = 54.14%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=4.51%
G=54.14%
B=41.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121441100.9200.240.44164.5584.6230.59
HexC906E5C0182Ca5551f
Octal142201561340305424512537
Binary1100100100001101110101110001100010110010100101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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