#0C6040

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

Shades of Jewel #0C6040

Tints of Jewel #0C6040

Color information

#0C6040 (or 0x0C6040) is unknown color: approx Jewel. HEX triplet: 0C, 60 and 40. RGB value is (12,96,64). Sum of RGB (Red+Green+Blue) = 12+96+64=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6040 is #F39FBF. Grayscale: #434343. Windows color (decimal): -15966144 or 4218892. OLE color: 4218892.

HSL color Cylindrical-coordinate representation of color #0C6040: hue angle of 157.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6040 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB129664-
CMYK0.8800.330.62
HSL157.14º77.78%21.18%-
HSV(B)157.14º87.5%37.65%-
XYZ5.268.816.27-
YUV67.24126.1788.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=6.98%
G=55.81%
B=37.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296640.8800.330.62157.1477.7821.18
HexC6040580213E9d4e15
Octal141401001300417623511625
Binary1100110000010000001011000010000111111010011101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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