Shades of Green #05770F
Tints of Green #05770F
RGB
CMYK
RGB Variations
Color information
#05770F (or 0x05770F) is known color: Green. HEX triplet: 05, 77 and 0F. RGB value is (5,119,15). Sum of RGB (Red+Green+Blue) = 5+119+15=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #05770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770F is #FA88F0. Grayscale: #494949. Windows color (decimal): -16419057 or 1013509. OLE color: 1013509.
HSL color Cylindrical-coordinate representation of color #05770F: hue angle of 125.26º 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 #05770F is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 15 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.53 |
| HSL | 125.26º | 0.92% | 0.24% | - |
| HSV(B) | 125.26º | 0.96% | 0.47% | - |
| XYZ | 6.75 | 13.26 | 2.66 | - |
| YUV | 73.06 | 95.23 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 15 | 0.96 | 0 | 0.87 | 0.53 | 125.26 | 0.92 | 0.24 |
| Hex | 5 | 77 | F | 60 | 0 | 57 | 35 | 7D | 5C | 18 |
| Octal | 5 | 167 | 17 | 140 | 0 | 127 | 65 | 175 | 134 | 30 |
| Binary | 101 | 1110111 | 1111 | 1100000 | 0 | 1010111 | 110101 | 1111101 | 1011100 | 11000 |
Color Harmonies of #05770F
Complementary color
Monochromatic Colors of #05770F
Black with #05770F
Text Example
Text Example
White with #05770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05770F; }
p { color: rgb(5,119,15); }
H1.HeaderClassName
{
color: #05770F;
}
.AnyTagClassName
{
color: #05770F;
}
</style>
background-color css
<style>
a { background-color: #05770F; }
a { background-color: rgb(5,119,15); }
div.DivClassName
{
background-color: #05770F;
}
.BgClassName
{
background-color: #05770F;
}
</style>
border-color css
<style>
span { border-color: #05770F; }
span { border-color: rgb(5,119,15); }
td.TdClassName
{
border-color: #05770F;
}
.TagClassName
{
border-color: #05770F;
}
</style>