Shades of Green #05650E
Tints of Green #05650E
RGB
CMYK
RGB Variations
Color information
#05650E (or 0x05650E) is known color: Green. HEX triplet: 05, 65 and 0E. RGB value is (5,101,14). Sum of RGB (Red+Green+Blue) = 5+101+14=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #05650E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05650E is #FA9AF1. Grayscale: #3E3E3E. Windows color (decimal): -16423666 or 943365. OLE color: 943365.
HSL color Cylindrical-coordinate representation of color #05650E: hue angle of 125.62º 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 #05650E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 14 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.60 |
| HSL | 125.63º | 0.91% | 0.21% | - |
| HSV(B) | 125.63º | 0.95% | 0.4% | - |
| XYZ | 4.8 | 9.37 | 1.97 | - |
| YUV | 62.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 14 | 0.95 | 0 | 0.86 | 0.60 | 125.63 | 0.91 | 0.21 |
| Hex | 5 | 65 | E | 5F | 0 | 56 | 3C | 7E | 5B | 15 |
| Octal | 5 | 145 | 16 | 137 | 0 | 126 | 74 | 176 | 133 | 25 |
| Binary | 101 | 1100101 | 1110 | 1011111 | 0 | 1010110 | 111100 | 1111110 | 1011011 | 10101 |
Color Harmonies of #05650E
Complementary color
Monochromatic Colors of #05650E
Black with #05650E
Text Example
Text Example
White with #05650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05650E; }
p { color: rgb(5,101,14); }
H1.HeaderClassName
{
color: #05650E;
}
.AnyTagClassName
{
color: #05650E;
}
</style>
background-color css
<style>
a { background-color: #05650E; }
a { background-color: rgb(5,101,14); }
div.DivClassName
{
background-color: #05650E;
}
.BgClassName
{
background-color: #05650E;
}
</style>
border-color css
<style>
span { border-color: #05650E; }
span { border-color: rgb(5,101,14); }
td.TdClassName
{
border-color: #05650E;
}
.TagClassName
{
border-color: #05650E;
}
</style>