Shades of Green #065E10
Tints of Green #065E10
RGB
CMYK
RGB Variations
Color information
#065E10 (or 0x065E10) is known color: Green. HEX triplet: 06, 5E and 10. RGB value is (6,94,16). Sum of RGB (Red+Green+Blue) = 6+94+16=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #065E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065E10 is #F9A1EF. Grayscale: #3B3B3B. Windows color (decimal): -16359920 or 1072646. OLE color: 1072646.
HSL color Cylindrical-coordinate representation of color #065E10: hue angle of 126.82º 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 #065E10 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 94 | 16 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.63 |
| HSL | 126.82º | 0.88% | 0.2% | - |
| HSV(B) | 126.82º | 0.94% | 0.37% | - |
| XYZ | 4.17 | 8.08 | 1.83 | - |
| YUV | 58.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 16 | 0.94 | 0 | 0.83 | 0.63 | 126.82 | 0.88 | 0.2 |
| Hex | 6 | 5E | 10 | 5E | 0 | 53 | 3F | 7F | 58 | 14 |
| Octal | 6 | 136 | 20 | 136 | 0 | 123 | 77 | 177 | 130 | 24 |
| Binary | 110 | 1011110 | 10000 | 1011110 | 0 | 1010011 | 111111 | 1111111 | 1011000 | 10100 |
Color Harmonies of #065E10
Complementary color
Monochromatic Colors of #065E10
Black with #065E10
Text Example
Text Example
White with #065E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E10; }
p { color: rgb(6,94,16); }
H1.HeaderClassName
{
color: #065E10;
}
.AnyTagClassName
{
color: #065E10;
}
</style>
background-color css
<style>
a { background-color: #065E10; }
a { background-color: rgb(6,94,16); }
div.DivClassName
{
background-color: #065E10;
}
.BgClassName
{
background-color: #065E10;
}
</style>
border-color css
<style>
span { border-color: #065E10; }
span { border-color: rgb(6,94,16); }
td.TdClassName
{
border-color: #065E10;
}
.TagClassName
{
border-color: #065E10;
}
</style>