Shades of Green #05660A
Tints of Green #05660A
RGB
CMYK
RGB Variations
Color information
#05660A (or 0x05660A) is known color: Green. HEX triplet: 05, 66 and 0A. RGB value is (5,102,10). Sum of RGB (Red+Green+Blue) = 5+102+10=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #05660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05660A is #FA99F5. Grayscale: #3E3E3E. Windows color (decimal): -16423414 or 681477. OLE color: 681477.
HSL color Cylindrical-coordinate representation of color #05660A: hue angle of 123.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05660A is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 10 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.6 |
| HSL | 123.09º | 0.91% | 0.21% | - |
| HSV(B) | 123.09º | 0.95% | 0.4% | - |
| XYZ | 4.87 | 9.56 | 1.88 | - |
| YUV | 62.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 10 | 0.95 | 0 | 0.90 | 0.6 | 123.09 | 0.91 | 0.21 |
| Hex | 5 | 66 | A | 5F | 0 | 5A | 3C | 7B | 5B | 15 |
| Octal | 5 | 146 | 12 | 137 | 0 | 132 | 74 | 173 | 133 | 25 |
| Binary | 101 | 1100110 | 1010 | 1011111 | 0 | 1011010 | 111100 | 1111011 | 1011011 | 10101 |
Color Harmonies of #05660A
Complementary color
Monochromatic Colors of #05660A
Black with #05660A
Text Example
Text Example
White with #05660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05660A; }
p { color: rgb(5,102,10); }
H1.HeaderClassName
{
color: #05660A;
}
.AnyTagClassName
{
color: #05660A;
}
</style>
background-color css
<style>
a { background-color: #05660A; }
a { background-color: rgb(5,102,10); }
div.DivClassName
{
background-color: #05660A;
}
.BgClassName
{
background-color: #05660A;
}
</style>
border-color css
<style>
span { border-color: #05660A; }
span { border-color: rgb(5,102,10); }
td.TdClassName
{
border-color: #05660A;
}
.TagClassName
{
border-color: #05660A;
}
</style>