#0C6B40

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

Shades of Jewel #0C6B40

Tints of Jewel #0C6B40

Color information

#0C6B40 (or 0x0C6B40) is unknown color: approx Jewel. HEX triplet: 0C, 6B and 40. RGB value is (12,107,64). Sum of RGB (Red+Green+Blue) = 12+107+64=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B40 is #F394BF. Grayscale: #494949. Windows color (decimal): -15963328 or 4221708. OLE color: 4221708.

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

Color convert

RGB1210764-
CMYK0.8900.400.58
HSL152.84º79.83%23.33%-
HSV(B)152.84º88.79%41.96%-
XYZ6.3310.966.63-
YUV73.69122.5384-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=6.56%
G=58.47%
B=34.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12107640.8900.400.58152.8479.8323.33
HexC6B40590283A995017
Octal141531001310507223112027
Binary1100110101110000001011001010100011101010011001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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