Shades of Green #065500
Tints of Green #065500
RGB
CMYK
RGB Variations
Color information
#065500 (or 0x065500) is known color: Green. HEX triplet: 06, 55 and 00. RGB value is (6,85,0). Sum of RGB (Red+Green+Blue) = 6+85+0=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 85 (33.59% from 255 or 93.41% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 85 - color contains mainly: green. Hex color #065500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065500 is #F9AAFF. Grayscale: #333333. Windows color (decimal): -16362240 or 21766. OLE color: 21766.
HSL color Cylindrical-coordinate representation of color #065500: hue angle of 115.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #065500 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.67 |
| HSL | 115.76º | 1% | 0.17% | - |
| HSV(B) | 115.76º | 1% | 0.33% | - |
| XYZ | 3.32 | 6.54 | 1.09 | - |
| YUV | 51.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 0 | 0.93 | 0 | 1 | 0.67 | 115.76 | 1 | 0.17 |
| Hex | 6 | 55 | 0 | 5D | 0 | 64 | 43 | 74 | 64 | 11 |
| Octal | 6 | 125 | 0 | 135 | 0 | 144 | 103 | 164 | 144 | 21 |
| Binary | 110 | 1010101 | 0 | 1011101 | 0 | 1100100 | 1000011 | 1110100 | 1100100 | 10001 |
Color Harmonies of #065500
Complementary color
Monochromatic Colors of #065500
Black with #065500
Text Example
Text Example
White with #065500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065500; }
p { color: rgb(6,85,0); }
H1.HeaderClassName
{
color: #065500;
}
.AnyTagClassName
{
color: #065500;
}
</style>
background-color css
<style>
a { background-color: #065500; }
a { background-color: rgb(6,85,0); }
div.DivClassName
{
background-color: #065500;
}
.BgClassName
{
background-color: #065500;
}
</style>
border-color css
<style>
span { border-color: #065500; }
span { border-color: rgb(6,85,0); }
td.TdClassName
{
border-color: #065500;
}
.TagClassName
{
border-color: #065500;
}
</style>