Shades of Green #065501
Tints of Green #065501
RGB
CMYK
RGB Variations
Color information
#065501 (or 0x065501) is known color: Green. HEX triplet: 06, 55 and 01. RGB value is (6,85,1). Sum of RGB (Red+Green+Blue) = 6+85+1=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #065501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065501 is #F9AAFE. Grayscale: #343434. Windows color (decimal): -16362239 or 87302. OLE color: 87302.
HSL color Cylindrical-coordinate representation of color #065501: hue angle of 116.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #065501 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.67 |
| HSL | 116.43º | 0.98% | 0.17% | - |
| HSV(B) | 116.43º | 0.99% | 0.33% | - |
| XYZ | 3.33 | 6.54 | 1.12 | - |
| YUV | 51.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 1 | 0.93 | 0 | 0.99 | 0.67 | 116.43 | 0.98 | 0.17 |
| Hex | 6 | 55 | 1 | 5D | 0 | 63 | 43 | 74 | 62 | 11 |
| Octal | 6 | 125 | 1 | 135 | 0 | 143 | 103 | 164 | 142 | 21 |
| Binary | 110 | 1010101 | 1 | 1011101 | 0 | 1100011 | 1000011 | 1110100 | 1100010 | 10001 |
Color Harmonies of #065501
Complementary color
Monochromatic Colors of #065501
Black with #065501
Text Example
Text Example
White with #065501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065501; }
p { color: rgb(6,85,1); }
H1.HeaderClassName
{
color: #065501;
}
.AnyTagClassName
{
color: #065501;
}
</style>
background-color css
<style>
a { background-color: #065501; }
a { background-color: rgb(6,85,1); }
div.DivClassName
{
background-color: #065501;
}
.BgClassName
{
background-color: #065501;
}
</style>
border-color css
<style>
span { border-color: #065501; }
span { border-color: rgb(6,85,1); }
td.TdClassName
{
border-color: #065501;
}
.TagClassName
{
border-color: #065501;
}
</style>