Shades of Green #05781B
Tints of Green #05781B
RGB
CMYK
RGB Variations
Color information
#05781B (or 0x05781B) is known color: Green. HEX triplet: 05, 78 and 1B. RGB value is (5,120,27). Sum of RGB (Red+Green+Blue) = 5+120+27=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 120 (47.27% from 255 or 78.95% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 120 - color contains mainly: green. Hex color #05781B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05781B is #FA87E4. Grayscale: #4B4B4B. Windows color (decimal): -16418789 or 1800197. OLE color: 1800197.
HSL color Cylindrical-coordinate representation of color #05781B: hue angle of 131.48º 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 #05781B is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 27 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.53 |
| HSL | 131.48º | 0.92% | 0.25% | - |
| HSV(B) | 131.48º | 0.96% | 0.47% | - |
| XYZ | 6.98 | 13.54 | 3.28 | - |
| YUV | 75.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 27 | 0.96 | 0 | 0.78 | 0.53 | 131.48 | 0.92 | 0.25 |
| Hex | 5 | 78 | 1B | 60 | 0 | 4E | 35 | 83 | 5C | 19 |
| Octal | 5 | 170 | 33 | 140 | 0 | 116 | 65 | 203 | 134 | 31 |
| Binary | 101 | 1111000 | 11011 | 1100000 | 0 | 1001110 | 110101 | 10000011 | 1011100 | 11001 |
Color Harmonies of #05781B
Complementary color
Monochromatic Colors of #05781B
Black with #05781B
Text Example
Text Example
White with #05781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05781B; }
p { color: rgb(5,120,27); }
H1.HeaderClassName
{
color: #05781B;
}
.AnyTagClassName
{
color: #05781B;
}
</style>
background-color css
<style>
a { background-color: #05781B; }
a { background-color: rgb(5,120,27); }
div.DivClassName
{
background-color: #05781B;
}
.BgClassName
{
background-color: #05781B;
}
</style>
border-color css
<style>
span { border-color: #05781B; }
span { border-color: rgb(5,120,27); }
td.TdClassName
{
border-color: #05781B;
}
.TagClassName
{
border-color: #05781B;
}
</style>