Shades of Green #06600F
Tints of Green #06600F
RGB
CMYK
RGB Variations
Color information
#06600F (or 0x06600F) is known color: Green. HEX triplet: 06, 60 and 0F. RGB value is (6,96,15). Sum of RGB (Red+Green+Blue) = 6+96+15=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #06600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600F is #F99FF0. Grayscale: #3C3C3C. Windows color (decimal): -16359409 or 1007622. OLE color: 1007622.
HSL color Cylindrical-coordinate representation of color #06600F: hue angle of 126º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06600F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 15 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.62 |
| HSL | 126º | 0.88% | 0.2% | - |
| HSV(B) | 126º | 0.94% | 0.38% | - |
| XYZ | 4.34 | 8.44 | 1.85 | - |
| YUV | 59.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 15 | 0.94 | 0 | 0.84 | 0.62 | 126 | 0.88 | 0.2 |
| Hex | 6 | 60 | F | 5E | 0 | 54 | 3E | 7E | 58 | 14 |
| Octal | 6 | 140 | 17 | 136 | 0 | 124 | 76 | 176 | 130 | 24 |
| Binary | 110 | 1100000 | 1111 | 1011110 | 0 | 1010100 | 111110 | 1111110 | 1011000 | 10100 |
Color Harmonies of #06600F
Complementary color
Monochromatic Colors of #06600F
Black with #06600F
Text Example
Text Example
White with #06600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06600F; }
p { color: rgb(6,96,15); }
H1.HeaderClassName
{
color: #06600F;
}
.AnyTagClassName
{
color: #06600F;
}
</style>
background-color css
<style>
a { background-color: #06600F; }
a { background-color: rgb(6,96,15); }
div.DivClassName
{
background-color: #06600F;
}
.BgClassName
{
background-color: #06600F;
}
</style>
border-color css
<style>
span { border-color: #06600F; }
span { border-color: rgb(6,96,15); }
td.TdClassName
{
border-color: #06600F;
}
.TagClassName
{
border-color: #06600F;
}
</style>