#0C6D40

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

Shades of Jewel #0C6D40

Tints of Jewel #0C6D40

Color information

#0C6D40 (or 0x0C6D40) is unknown color: approx Jewel. HEX triplet: 0C, 6D and 40. RGB value is (12,109,64). Sum of RGB (Red+Green+Blue) = 12+109+64=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6D40 is #F392BF. Grayscale: #4A4A4A. Windows color (decimal): -15962816 or 4222220. OLE color: 4222220.

HSL color Cylindrical-coordinate representation of color #0C6D40: hue angle of 152.16º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D40 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB1210964-
CMYK0.8900.410.57
HSL152.16º80.17%23.73%-
HSV(B)152.16º88.99%42.75%-
XYZ6.5511.396.7-
YUV74.87121.8683.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 109 (42.97% from 255) = 58.92%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=6.49%
G=58.92%
B=34.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12109640.8900.410.57152.1680.1723.73
HexC6D405902939985018
Octal141551001310517123012030
Binary1100110110110000001011001010100111100110011000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,64); }

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

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

 a { background-color: rgb(12,109,64); }

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

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

 span { border-color: rgb(12,109,64); }

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