#0C9370

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

Shades of Observatory #0C9370

Tints of Observatory #0C9370

Color information

#0C9370 (or 0x0C9370) is unknown color: approx Observatory. HEX triplet: 0C, 93 and 70. RGB value is (12,147,112). Sum of RGB (Red+Green+Blue) = 12+147+112=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9370 is #F36C8F. Grayscale: #666666. Windows color (decimal): -15953040 or 7377676. OLE color: 7377676.

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

Color convert

RGB12147112-
CMYK0.9200.240.42
HSL164.44º84.91%31.18%-
HSV(B)164.44º91.84%57.65%-
XYZ13.5122.1218.89-
YUV102.64133.2763.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=4.43%
G=54.24%
B=41.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121471120.9200.240.42164.4484.9131.18
HexC93705C0182Aa4551f
Octal142231601340305224412537
Binary1100100100111110000101110001100010101010100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,112); }

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

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

 a { background-color: rgb(12,147,112); }

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

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

 span { border-color: rgb(12,147,112); }

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