Shades of Green #065A08
Tints of Green #065A08
RGB
CMYK
RGB Variations
Color information
#065A08 (or 0x065A08) is known color: Green. HEX triplet: 06, 5A and 08. RGB value is (6,90,8). Sum of RGB (Red+Green+Blue) = 6+90+8=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #065A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A08 is #F9A5F7. Grayscale: #373737. Windows color (decimal): -16360952 or 547334. OLE color: 547334.
HSL color Cylindrical-coordinate representation of color #065A08: hue angle of 121.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A08 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 8 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.65 |
| HSL | 121.43º | 0.88% | 0.19% | - |
| HSV(B) | 121.43º | 0.93% | 0.35% | - |
| XYZ | 3.78 | 7.37 | 1.45 | - |
| YUV | 55.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 8 | 0.93 | 0 | 0.91 | 0.65 | 121.43 | 0.88 | 0.19 |
| Hex | 6 | 5A | 8 | 5D | 0 | 5B | 41 | 79 | 58 | 13 |
| Octal | 6 | 132 | 10 | 135 | 0 | 133 | 101 | 171 | 130 | 23 |
| Binary | 110 | 1011010 | 1000 | 1011101 | 0 | 1011011 | 1000001 | 1111001 | 1011000 | 10011 |
Color Harmonies of #065A08
Complementary color
Monochromatic Colors of #065A08
Black with #065A08
Text Example
Text Example
White with #065A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A08; }
p { color: rgb(6,90,8); }
H1.HeaderClassName
{
color: #065A08;
}
.AnyTagClassName
{
color: #065A08;
}
</style>
background-color css
<style>
a { background-color: #065A08; }
a { background-color: rgb(6,90,8); }
div.DivClassName
{
background-color: #065A08;
}
.BgClassName
{
background-color: #065A08;
}
</style>
border-color css
<style>
span { border-color: #065A08; }
span { border-color: rgb(6,90,8); }
td.TdClassName
{
border-color: #065A08;
}
.TagClassName
{
border-color: #065A08;
}
</style>