#0C6F40

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

Shades of Jewel #0C6F40

Tints of Jewel #0C6F40

Color information

#0C6F40 (or 0x0C6F40) is unknown color: approx Jewel. HEX triplet: 0C, 6F and 40. RGB value is (12,111,64). Sum of RGB (Red+Green+Blue) = 12+111+64=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6F40 is #F390BF. Grayscale: #4C4C4C. Windows color (decimal): -15962304 or 4222732. OLE color: 4222732.

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

Color convert

RGB1211164-
CMYK0.8900.420.56
HSL151.52º80.49%24.12%-
HSV(B)151.52º89.19%43.53%-
XYZ6.7611.826.78-
YUV76.04121.282.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 111 (43.75% from 255) = 59.36%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=6.42%
G=59.36%
B=34.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12111640.8900.420.56151.5280.4924.12
HexC6F405902A38985018
Octal141571001310527023012030
Binary1100110111110000001011001010101011100010011000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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