Shades of Green #065705
Tints of Green #065705
RGB
CMYK
RGB Variations
Color information
#065705 (or 0x065705) is known color: Green. HEX triplet: 06, 57 and 05. RGB value is (6,87,5). Sum of RGB (Red+Green+Blue) = 6+87+5=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 87 (34.38% from 255 or 88.78% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 87 - color contains mainly: green. Hex color #065705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065705 is #F9A8FA. Grayscale: #353535. Windows color (decimal): -16361723 or 349958. OLE color: 349958.
HSL color Cylindrical-coordinate representation of color #065705: hue angle of 119.27º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065705 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 5 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.66 |
| HSL | 119.27º | 0.89% | 0.18% | - |
| HSV(B) | 119.27º | 0.94% | 0.34% | - |
| XYZ | 3.51 | 6.87 | 1.28 | - |
| YUV | 53.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 5 | 0.93 | 0 | 0.94 | 0.66 | 119.27 | 0.89 | 0.18 |
| Hex | 6 | 57 | 5 | 5D | 0 | 5E | 42 | 77 | 59 | 12 |
| Octal | 6 | 127 | 5 | 135 | 0 | 136 | 102 | 167 | 131 | 22 |
| Binary | 110 | 1010111 | 101 | 1011101 | 0 | 1011110 | 1000010 | 1110111 | 1011001 | 10010 |
Color Harmonies of #065705
Complementary color
Monochromatic Colors of #065705
Black with #065705
Text Example
Text Example
White with #065705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065705; }
p { color: rgb(6,87,5); }
H1.HeaderClassName
{
color: #065705;
}
.AnyTagClassName
{
color: #065705;
}
</style>
background-color css
<style>
a { background-color: #065705; }
a { background-color: rgb(6,87,5); }
div.DivClassName
{
background-color: #065705;
}
.BgClassName
{
background-color: #065705;
}
</style>
border-color css
<style>
span { border-color: #065705; }
span { border-color: rgb(6,87,5); }
td.TdClassName
{
border-color: #065705;
}
.TagClassName
{
border-color: #065705;
}
</style>