#0C9376

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

Shades of Observatory #0C9376

Tints of Observatory #0C9376

Color information

#0C9376 (or 0x0C9376) is unknown color: approx Observatory. HEX triplet: 0C, 93 and 76. RGB value is (12,147,118). Sum of RGB (Red+Green+Blue) = 12+147+118=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9376 is #F36C89. Grayscale: #676767. Windows color (decimal): -15953034 or 7770892. OLE color: 7770892.

HSL color Cylindrical-coordinate representation of color #0C9376: hue angle of 167.11º 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 #0C9376 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB12147118-
CMYK0.9200.200.42
HSL167.11º84.91%31.18%-
HSV(B)167.11º91.84%57.65%-
XYZ13.8622.2520.7-
YUV103.33136.2762.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=4.33%
G=53.07%
B=42.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121471180.9200.200.42167.1184.9131.18
HexC93765C0142Aa7551f
Octal142231661340245224712537
Binary1100100100111110110101110001010010101010100111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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