Shades of Green #00600C
Tints of Green #00600C
RGB
CMYK
RGB Variations
Color information
#00600C (or 0x00600C) is known color: Green. HEX triplet: 00, 60 and 0C. RGB value is (0,96,12). Sum of RGB (Red+Green+Blue) = 0+96+12=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 96 (37.89% from 255 or 88.89% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 96 - color contains mainly: green. Hex color #00600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00600C is #FF9FF3. Grayscale: #393939. Windows color (decimal): -16752628 or 811008. OLE color: 811008.
HSL color Cylindrical-coordinate representation of color #00600C: hue angle of 127.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00600C is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 12 | - |
| CMYK | 1 | 0 | 0.88 | 0.62 |
| HSL | 127.5º | 1% | 0.19% | - |
| HSV(B) | 127.5º | 1% | 0.38% | - |
| XYZ | 4.25 | 8.39 | 1.74 | - |
| YUV | 57.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 12 | 1 | 0 | 0.88 | 0.62 | 127.5 | 1 | 0.19 |
| Hex | 0 | 60 | C | 64 | 0 | 58 | 3E | 80 | 64 | 13 |
| Octal | 0 | 140 | 14 | 144 | 0 | 130 | 76 | 200 | 144 | 23 |
| Binary | 0 | 1100000 | 1100 | 1100100 | 0 | 1011000 | 111110 | 10000000 | 1100100 | 10011 |
Color Harmonies of #00600C
Complementary color
Monochromatic Colors of #00600C
Black with #00600C
Text Example
Text Example
White with #00600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00600C; }
p { color: rgb(0,96,12); }
H1.HeaderClassName
{
color: #00600C;
}
.AnyTagClassName
{
color: #00600C;
}
</style>
background-color css
<style>
a { background-color: #00600C; }
a { background-color: rgb(0,96,12); }
div.DivClassName
{
background-color: #00600C;
}
.BgClassName
{
background-color: #00600C;
}
</style>
border-color css
<style>
span { border-color: #00600C; }
span { border-color: rgb(0,96,12); }
td.TdClassName
{
border-color: #00600C;
}
.TagClassName
{
border-color: #00600C;
}
</style>