Shades of Green #0A6805
Tints of Green #0A6805
RGB
CMYK
RGB Variations
Color information
#0A6805 (or 0x0A6805) is known color: Green. HEX triplet: 0A, 68 and 05. RGB value is (10,104,5). Sum of RGB (Red+Green+Blue) = 10+104+5=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6805 is #F597FA. Grayscale: #404040. Windows color (decimal): -16095227 or 354314. OLE color: 354314.
HSL color Cylindrical-coordinate representation of color #0A6805: hue angle of 116.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6805 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 5 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.59 |
| HSL | 116.97º | 0.91% | 0.21% | - |
| HSV(B) | 116.97º | 0.95% | 0.41% | - |
| XYZ | 5.1 | 9.98 | 1.8 | - |
| YUV | 64.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 5 | 0.90 | 0 | 0.95 | 0.59 | 116.97 | 0.91 | 0.21 |
| Hex | A | 68 | 5 | 5A | 0 | 5F | 3B | 75 | 5B | 15 |
| Octal | 12 | 150 | 5 | 132 | 0 | 137 | 73 | 165 | 133 | 25 |
| Binary | 1010 | 1101000 | 101 | 1011010 | 0 | 1011111 | 111011 | 1110101 | 1011011 | 10101 |
Color Harmonies of #0A6805
Complementary color
Monochromatic Colors of #0A6805
Black with #0A6805
Text Example
Text Example
White with #0A6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6805; }
p { color: rgb(10,104,5); }
H1.HeaderClassName
{
color: #0A6805;
}
.AnyTagClassName
{
color: #0A6805;
}
</style>
background-color css
<style>
a { background-color: #0A6805; }
a { background-color: rgb(10,104,5); }
div.DivClassName
{
background-color: #0A6805;
}
.BgClassName
{
background-color: #0A6805;
}
</style>
border-color css
<style>
span { border-color: #0A6805; }
span { border-color: rgb(10,104,5); }
td.TdClassName
{
border-color: #0A6805;
}
.TagClassName
{
border-color: #0A6805;
}
</style>