Shades of Green #05770B
Tints of Green #05770B
RGB
CMYK
RGB Variations
Color information
#05770B (or 0x05770B) is known color: Green. HEX triplet: 05, 77 and 0B. RGB value is (5,119,11). Sum of RGB (Red+Green+Blue) = 5+119+11=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #05770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770B is #FA88F4. Grayscale: #484848. Windows color (decimal): -16419061 or 751365. OLE color: 751365.
HSL color Cylindrical-coordinate representation of color #05770B: hue angle of 123.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05770B is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 11 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.53 |
| HSL | 123.16º | 0.92% | 0.24% | - |
| HSV(B) | 123.16º | 0.96% | 0.47% | - |
| XYZ | 6.72 | 13.25 | 2.52 | - |
| YUV | 72.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 11 | 0.96 | 0 | 0.91 | 0.53 | 123.16 | 0.92 | 0.24 |
| Hex | 5 | 77 | B | 60 | 0 | 5B | 35 | 7B | 5C | 18 |
| Octal | 5 | 167 | 13 | 140 | 0 | 133 | 65 | 173 | 134 | 30 |
| Binary | 101 | 1110111 | 1011 | 1100000 | 0 | 1011011 | 110101 | 1111011 | 1011100 | 11000 |
Color Harmonies of #05770B
Complementary color
Monochromatic Colors of #05770B
Black with #05770B
Text Example
Text Example
White with #05770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05770B; }
p { color: rgb(5,119,11); }
H1.HeaderClassName
{
color: #05770B;
}
.AnyTagClassName
{
color: #05770B;
}
</style>
background-color css
<style>
a { background-color: #05770B; }
a { background-color: rgb(5,119,11); }
div.DivClassName
{
background-color: #05770B;
}
.BgClassName
{
background-color: #05770B;
}
</style>
border-color css
<style>
span { border-color: #05770B; }
span { border-color: rgb(5,119,11); }
td.TdClassName
{
border-color: #05770B;
}
.TagClassName
{
border-color: #05770B;
}
</style>