Shades of Green #065B05
Tints of Green #065B05
RGB
CMYK
RGB Variations
Color information
#065B05 (or 0x065B05) is known color: Green. HEX triplet: 06, 5B and 05. RGB value is (6,91,5). Sum of RGB (Red+Green+Blue) = 6+91+5=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 91 (35.94% from 255 or 89.22% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 91 - color contains mainly: green. Hex color #065B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B05 is #F9A4FA. Grayscale: #383838. Windows color (decimal): -16360699 or 350982. OLE color: 350982.
HSL color Cylindrical-coordinate representation of color #065B05: hue angle of 119.3º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065B05 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 5 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.64 |
| HSL | 119.3º | 0.9% | 0.19% | - |
| HSV(B) | 119.3º | 0.95% | 0.36% | - |
| XYZ | 3.84 | 7.53 | 1.39 | - |
| YUV | 55.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 5 | 0.93 | 0 | 0.95 | 0.64 | 119.3 | 0.9 | 0.19 |
| Hex | 6 | 5B | 5 | 5D | 0 | 5F | 40 | 77 | 5A | 13 |
| Octal | 6 | 133 | 5 | 135 | 0 | 137 | 100 | 167 | 132 | 23 |
| Binary | 110 | 1011011 | 101 | 1011101 | 0 | 1011111 | 1000000 | 1110111 | 1011010 | 10011 |
Color Harmonies of #065B05
Complementary color
Monochromatic Colors of #065B05
Black with #065B05
Text Example
Text Example
White with #065B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B05; }
p { color: rgb(6,91,5); }
H1.HeaderClassName
{
color: #065B05;
}
.AnyTagClassName
{
color: #065B05;
}
</style>
background-color css
<style>
a { background-color: #065B05; }
a { background-color: rgb(6,91,5); }
div.DivClassName
{
background-color: #065B05;
}
.BgClassName
{
background-color: #065B05;
}
</style>
border-color css
<style>
span { border-color: #065B05; }
span { border-color: rgb(6,91,5); }
td.TdClassName
{
border-color: #065B05;
}
.TagClassName
{
border-color: #065B05;
}
</style>