Shades of Green #05780A
Tints of Green #05780A
RGB
CMYK
RGB Variations
Color information
#05780A (or 0x05780A) is known color: Green. HEX triplet: 05, 78 and 0A. RGB value is (5,120,10). Sum of RGB (Red+Green+Blue) = 5+120+10=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 120 (47.27% from 255 or 88.89% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 120 - color contains mainly: green. Hex color #05780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05780A is #FA87F5. Grayscale: #494949. Windows color (decimal): -16418806 or 686085. OLE color: 686085.
HSL color Cylindrical-coordinate representation of color #05780A: hue angle of 122.61º 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 #05780A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 10 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.53 |
| HSL | 122.61º | 0.92% | 0.25% | - |
| HSV(B) | 122.61º | 0.96% | 0.47% | - |
| XYZ | 6.83 | 13.49 | 2.53 | - |
| YUV | 73.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 10 | 0.96 | 0 | 0.92 | 0.53 | 122.61 | 0.92 | 0.25 |
| Hex | 5 | 78 | A | 60 | 0 | 5C | 35 | 7B | 5C | 19 |
| Octal | 5 | 170 | 12 | 140 | 0 | 134 | 65 | 173 | 134 | 31 |
| Binary | 101 | 1111000 | 1010 | 1100000 | 0 | 1011100 | 110101 | 1111011 | 1011100 | 11001 |
Color Harmonies of #05780A
Complementary color
Monochromatic Colors of #05780A
Black with #05780A
Text Example
Text Example
White with #05780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05780A; }
p { color: rgb(5,120,10); }
H1.HeaderClassName
{
color: #05780A;
}
.AnyTagClassName
{
color: #05780A;
}
</style>
background-color css
<style>
a { background-color: #05780A; }
a { background-color: rgb(5,120,10); }
div.DivClassName
{
background-color: #05780A;
}
.BgClassName
{
background-color: #05780A;
}
</style>
border-color css
<style>
span { border-color: #05780A; }
span { border-color: rgb(5,120,10); }
td.TdClassName
{
border-color: #05780A;
}
.TagClassName
{
border-color: #05780A;
}
</style>