Shades of Green #08640C
Tints of Green #08640C
RGB
CMYK
RGB Variations
Color information
#08640C (or 0x08640C) is known color: Green. HEX triplet: 08, 64 and 0C. RGB value is (8,100,12). Sum of RGB (Red+Green+Blue) = 8+100+12=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #08640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08640C is #F79BF3. Grayscale: #3E3E3E. Windows color (decimal): -16227316 or 812040. OLE color: 812040.
HSL color Cylindrical-coordinate representation of color #08640C: hue angle of 122.61º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08640C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 12 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.61 |
| HSL | 122.61º | 0.85% | 0.21% | - |
| HSV(B) | 122.61º | 0.92% | 0.39% | - |
| XYZ | 4.72 | 9.19 | 1.87 | - |
| YUV | 62.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 12 | 0.92 | 0 | 0.88 | 0.61 | 122.61 | 0.85 | 0.21 |
| Hex | 8 | 64 | C | 5C | 0 | 58 | 3D | 7B | 55 | 15 |
| Octal | 10 | 144 | 14 | 134 | 0 | 130 | 75 | 173 | 125 | 25 |
| Binary | 1000 | 1100100 | 1100 | 1011100 | 0 | 1011000 | 111101 | 1111011 | 1010101 | 10101 |
Color Harmonies of #08640C
Complementary color
Monochromatic Colors of #08640C
Black with #08640C
Text Example
Text Example
White with #08640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08640C; }
p { color: rgb(8,100,12); }
H1.HeaderClassName
{
color: #08640C;
}
.AnyTagClassName
{
color: #08640C;
}
</style>
background-color css
<style>
a { background-color: #08640C; }
a { background-color: rgb(8,100,12); }
div.DivClassName
{
background-color: #08640C;
}
.BgClassName
{
background-color: #08640C;
}
</style>
border-color css
<style>
span { border-color: #08640C; }
span { border-color: rgb(8,100,12); }
td.TdClassName
{
border-color: #08640C;
}
.TagClassName
{
border-color: #08640C;
}
</style>