Shades of Green #05781F
Tints of Green #05781F
RGB
CMYK
RGB Variations
Color information
#05781F (or 0x05781F) is known color: Green. HEX triplet: 05, 78 and 1F. RGB value is (5,120,31). Sum of RGB (Red+Green+Blue) = 5+120+31=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 120 (47.27% from 255 or 76.92% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 120 - color contains mainly: green. Hex color #05781F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05781F is #FA87E0. Grayscale: #4B4B4B. Windows color (decimal): -16418785 or 2062341. OLE color: 2062341.
HSL color Cylindrical-coordinate representation of color #05781F: hue angle of 133.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05781F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 31 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.53 |
| HSL | 133.57º | 0.92% | 0.25% | - |
| HSV(B) | 133.57º | 0.96% | 0.47% | - |
| XYZ | 7.03 | 13.56 | 3.54 | - |
| YUV | 75.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 31 | 0.96 | 0 | 0.74 | 0.53 | 133.57 | 0.92 | 0.25 |
| Hex | 5 | 78 | 1F | 60 | 0 | 4A | 35 | 86 | 5C | 19 |
| Octal | 5 | 170 | 37 | 140 | 0 | 112 | 65 | 206 | 134 | 31 |
| Binary | 101 | 1111000 | 11111 | 1100000 | 0 | 1001010 | 110101 | 10000110 | 1011100 | 11001 |
Color Harmonies of #05781F
Complementary color
Monochromatic Colors of #05781F
Black with #05781F
Text Example
Text Example
White with #05781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05781F; }
p { color: rgb(5,120,31); }
H1.HeaderClassName
{
color: #05781F;
}
.AnyTagClassName
{
color: #05781F;
}
</style>
background-color css
<style>
a { background-color: #05781F; }
a { background-color: rgb(5,120,31); }
div.DivClassName
{
background-color: #05781F;
}
.BgClassName
{
background-color: #05781F;
}
</style>
border-color css
<style>
span { border-color: #05781F; }
span { border-color: rgb(5,120,31); }
td.TdClassName
{
border-color: #05781F;
}
.TagClassName
{
border-color: #05781F;
}
</style>