Shades of Green #06600B
Tints of Green #06600B
RGB
CMYK
RGB Variations
Color information
#06600B (or 0x06600B) is known color: Green. HEX triplet: 06, 60 and 0B. RGB value is (6,96,11). Sum of RGB (Red+Green+Blue) = 6+96+11=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #06600B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600B is #F99FF4. Grayscale: #3B3B3B. Windows color (decimal): -16359413 or 745478. OLE color: 745478.
HSL color Cylindrical-coordinate representation of color #06600B: hue angle of 123.33º 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 #06600B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 11 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.62 |
| HSL | 123.33º | 0.88% | 0.2% | - |
| HSV(B) | 123.33º | 0.94% | 0.38% | - |
| XYZ | 4.32 | 8.43 | 1.72 | - |
| YUV | 59.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 11 | 0.94 | 0 | 0.89 | 0.62 | 123.33 | 0.88 | 0.2 |
| Hex | 6 | 60 | B | 5E | 0 | 59 | 3E | 7B | 58 | 14 |
| Octal | 6 | 140 | 13 | 136 | 0 | 131 | 76 | 173 | 130 | 24 |
| Binary | 110 | 1100000 | 1011 | 1011110 | 0 | 1011001 | 111110 | 1111011 | 1011000 | 10100 |
Color Harmonies of #06600B
Complementary color
Monochromatic Colors of #06600B
Black with #06600B
Text Example
Text Example
White with #06600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06600B; }
p { color: rgb(6,96,11); }
H1.HeaderClassName
{
color: #06600B;
}
.AnyTagClassName
{
color: #06600B;
}
</style>
background-color css
<style>
a { background-color: #06600B; }
a { background-color: rgb(6,96,11); }
div.DivClassName
{
background-color: #06600B;
}
.BgClassName
{
background-color: #06600B;
}
</style>
border-color css
<style>
span { border-color: #06600B; }
span { border-color: rgb(6,96,11); }
td.TdClassName
{
border-color: #06600B;
}
.TagClassName
{
border-color: #06600B;
}
</style>