Shades of Green #05740B
Tints of Green #05740B
RGB
CMYK
RGB Variations
Color information
#05740B (or 0x05740B) is known color: Green. HEX triplet: 05, 74 and 0B. RGB value is (5,116,11). Sum of RGB (Red+Green+Blue) = 5+116+11=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 116 (45.70% from 255 or 87.88% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 116 - color contains mainly: green. Hex color #05740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740B is #FA8BF4. Grayscale: #474747. Windows color (decimal): -16419829 or 750597. OLE color: 750597.
HSL color Cylindrical-coordinate representation of color #05740B: hue angle of 123.24º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05740B is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 11 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.55 |
| HSL | 123.24º | 0.92% | 0.24% | - |
| HSV(B) | 123.24º | 0.96% | 0.45% | - |
| XYZ | 6.37 | 12.55 | 2.4 | - |
| YUV | 70.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 11 | 0.96 | 0 | 0.91 | 0.55 | 123.24 | 0.92 | 0.24 |
| Hex | 5 | 74 | B | 60 | 0 | 5B | 37 | 7B | 5C | 18 |
| Octal | 5 | 164 | 13 | 140 | 0 | 133 | 67 | 173 | 134 | 30 |
| Binary | 101 | 1110100 | 1011 | 1100000 | 0 | 1011011 | 110111 | 1111011 | 1011100 | 11000 |
Color Harmonies of #05740B
Complementary color
Monochromatic Colors of #05740B
Black with #05740B
Text Example
Text Example
White with #05740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05740B; }
p { color: rgb(5,116,11); }
H1.HeaderClassName
{
color: #05740B;
}
.AnyTagClassName
{
color: #05740B;
}
</style>
background-color css
<style>
a { background-color: #05740B; }
a { background-color: rgb(5,116,11); }
div.DivClassName
{
background-color: #05740B;
}
.BgClassName
{
background-color: #05740B;
}
</style>
border-color css
<style>
span { border-color: #05740B; }
span { border-color: rgb(5,116,11); }
td.TdClassName
{
border-color: #05740B;
}
.TagClassName
{
border-color: #05740B;
}
</style>