Shades of Green #05761C
Tints of Green #05761C
RGB
CMYK
RGB Variations
Color information
#05761C (or 0x05761C) is known color: Green. HEX triplet: 05, 76 and 1C. RGB value is (5,118,28). Sum of RGB (Red+Green+Blue) = 5+118+28=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #05761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761C is #FA89E3. Grayscale: #4A4A4A. Windows color (decimal): -16419300 or 1865221. OLE color: 1865221.
HSL color Cylindrical-coordinate representation of color #05761C: hue angle of 132.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05761C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 28 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.54 |
| HSL | 132.21º | 0.92% | 0.24% | - |
| HSV(B) | 132.21º | 0.96% | 0.46% | - |
| XYZ | 6.75 | 13.07 | 3.27 | - |
| YUV | 73.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 28 | 0.96 | 0 | 0.76 | 0.54 | 132.21 | 0.92 | 0.24 |
| Hex | 5 | 76 | 1C | 60 | 0 | 4C | 36 | 84 | 5C | 18 |
| Octal | 5 | 166 | 34 | 140 | 0 | 114 | 66 | 204 | 134 | 30 |
| Binary | 101 | 1110110 | 11100 | 1100000 | 0 | 1001100 | 110110 | 10000100 | 1011100 | 11000 |
Color Harmonies of #05761C
Complementary color
Monochromatic Colors of #05761C
Black with #05761C
Text Example
Text Example
White with #05761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05761C; }
p { color: rgb(5,118,28); }
H1.HeaderClassName
{
color: #05761C;
}
.AnyTagClassName
{
color: #05761C;
}
</style>
background-color css
<style>
a { background-color: #05761C; }
a { background-color: rgb(5,118,28); }
div.DivClassName
{
background-color: #05761C;
}
.BgClassName
{
background-color: #05761C;
}
</style>
border-color css
<style>
span { border-color: #05761C; }
span { border-color: rgb(5,118,28); }
td.TdClassName
{
border-color: #05761C;
}
.TagClassName
{
border-color: #05761C;
}
</style>