#0C946C

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

Shades of Observatory #0C946C

Tints of Observatory #0C946C

Color information

#0C946C (or 0x0C946C) is unknown color: approx Observatory. HEX triplet: 0C, 94 and 6C. RGB value is (12,148,108). Sum of RGB (Red+Green+Blue) = 12+148+108=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #0C946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C946C is #F36B93. Grayscale: #666666. Windows color (decimal): -15952788 or 7115788. OLE color: 7115788.

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

Color convert

RGB12148108-
CMYK0.9200.270.42
HSL162.35º85%31.37%-
HSV(B)162.35º91.89%58.04%-
XYZ13.4522.3417.79-
YUV102.78130.9463.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.48%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=4.48%
G=55.22%
B=40.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121481080.9200.270.42162.358531.37
HexC946C5C01B2Aa2551f
Octal142241541340335224212537
Binary1100100101001101100101110001101110101010100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,148,108); }

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

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

 a { background-color: rgb(12,148,108); }

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

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

 span { border-color: rgb(12,148,108); }

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