Shades of Green #065600
Tints of Green #065600
RGB
CMYK
RGB Variations
Color information
#065600 (or 0x065600) is known color: Green. HEX triplet: 06, 56 and 00. RGB value is (6,86,0). Sum of RGB (Red+Green+Blue) = 6+86+0=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 86 (33.98% from 255 or 93.48% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 86 - color contains mainly: green. Hex color #065600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065600 is #F9A9FF. Grayscale: #343434. Windows color (decimal): -16361984 or 22022. OLE color: 22022.
HSL color Cylindrical-coordinate representation of color #065600: hue angle of 115.81º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #065600 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 86 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.66 |
| HSL | 115.81º | 1% | 0.17% | - |
| HSV(B) | 115.81º | 1% | 0.34% | - |
| XYZ | 3.4 | 6.69 | 1.11 | - |
| YUV | 52.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 0 | 0.93 | 0 | 1 | 0.66 | 115.81 | 1 | 0.17 |
| Hex | 6 | 56 | 0 | 5D | 0 | 64 | 42 | 74 | 64 | 11 |
| Octal | 6 | 126 | 0 | 135 | 0 | 144 | 102 | 164 | 144 | 21 |
| Binary | 110 | 1010110 | 0 | 1011101 | 0 | 1100100 | 1000010 | 1110100 | 1100100 | 10001 |
Color Harmonies of #065600
Complementary color
Monochromatic Colors of #065600
Black with #065600
Text Example
Text Example
White with #065600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065600; }
p { color: rgb(6,86,0); }
H1.HeaderClassName
{
color: #065600;
}
.AnyTagClassName
{
color: #065600;
}
</style>
background-color css
<style>
a { background-color: #065600; }
a { background-color: rgb(6,86,0); }
div.DivClassName
{
background-color: #065600;
}
.BgClassName
{
background-color: #065600;
}
</style>
border-color css
<style>
span { border-color: #065600; }
span { border-color: rgb(6,86,0); }
td.TdClassName
{
border-color: #065600;
}
.TagClassName
{
border-color: #065600;
}
</style>