Shades of Green #065E04
Tints of Green #065E04
RGB
CMYK
RGB Variations
Color information
#065E04 (or 0x065E04) is known color: Green. HEX triplet: 06, 5E and 04. RGB value is (6,94,4). Sum of RGB (Red+Green+Blue) = 6+94+4=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 94 (37.11% from 255 or 90.38% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 94 - color contains mainly: green. Hex color #065E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065E04 is #F9A1FB. Grayscale: #393939. Windows color (decimal): -16359932 or 286214. OLE color: 286214.
HSL color Cylindrical-coordinate representation of color #065E04: hue angle of 118.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 94 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.63 |
| HSL | 118.67º | 0.92% | 0.19% | - |
| HSV(B) | 118.67º | 0.96% | 0.37% | - |
| XYZ | 4.1 | 8.05 | 1.45 | - |
| YUV | 57.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 4 | 0.94 | 0 | 0.96 | 0.63 | 118.67 | 0.92 | 0.19 |
| Hex | 6 | 5E | 4 | 5E | 0 | 60 | 3F | 77 | 5C | 13 |
| Octal | 6 | 136 | 4 | 136 | 0 | 140 | 77 | 167 | 134 | 23 |
| Binary | 110 | 1011110 | 100 | 1011110 | 0 | 1100000 | 111111 | 1110111 | 1011100 | 10011 |
Color Harmonies of #065E04
Complementary color
Monochromatic Colors of #065E04
Black with #065E04
Text Example
Text Example
White with #065E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E04; }
p { color: rgb(6,94,4); }
H1.HeaderClassName
{
color: #065E04;
}
.AnyTagClassName
{
color: #065E04;
}
</style>
background-color css
<style>
a { background-color: #065E04; }
a { background-color: rgb(6,94,4); }
div.DivClassName
{
background-color: #065E04;
}
.BgClassName
{
background-color: #065E04;
}
</style>
border-color css
<style>
span { border-color: #065E04; }
span { border-color: rgb(6,94,4); }
td.TdClassName
{
border-color: #065E04;
}
.TagClassName
{
border-color: #065E04;
}
</style>