Shades of Green #065E11
Tints of Green #065E11
RGB
CMYK
RGB Variations
Color information
#065E11 (or 0x065E11) is known color: Green. HEX triplet: 06, 5E and 11. RGB value is (6,94,17). Sum of RGB (Red+Green+Blue) = 6+94+17=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #065E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065E11 is #F9A1EE. Grayscale: #3B3B3B. Windows color (decimal): -16359919 or 1138182. OLE color: 1138182.
HSL color Cylindrical-coordinate representation of color #065E11: hue angle of 127.5º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E11 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 94 | 17 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.63 |
| HSL | 127.5º | 0.88% | 0.2% | - |
| HSV(B) | 127.5º | 0.94% | 0.37% | - |
| XYZ | 4.18 | 8.08 | 1.87 | - |
| YUV | 58.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 17 | 0.94 | 0 | 0.82 | 0.63 | 127.5 | 0.88 | 0.2 |
| Hex | 6 | 5E | 11 | 5E | 0 | 52 | 3F | 80 | 58 | 14 |
| Octal | 6 | 136 | 21 | 136 | 0 | 122 | 77 | 200 | 130 | 24 |
| Binary | 110 | 1011110 | 10001 | 1011110 | 0 | 1010010 | 111111 | 10000000 | 1011000 | 10100 |
Color Harmonies of #065E11
Complementary color
Monochromatic Colors of #065E11
Black with #065E11
Text Example
Text Example
White with #065E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E11; }
p { color: rgb(6,94,17); }
H1.HeaderClassName
{
color: #065E11;
}
.AnyTagClassName
{
color: #065E11;
}
</style>
background-color css
<style>
a { background-color: #065E11; }
a { background-color: rgb(6,94,17); }
div.DivClassName
{
background-color: #065E11;
}
.BgClassName
{
background-color: #065E11;
}
</style>
border-color css
<style>
span { border-color: #065E11; }
span { border-color: rgb(6,94,17); }
td.TdClassName
{
border-color: #065E11;
}
.TagClassName
{
border-color: #065E11;
}
</style>