Shades of Green #01761F
Tints of Green #01761F
RGB
CMYK
RGB Variations
Color information
#01761F (or 0x01761F) is known color: Green. HEX triplet: 01, 76 and 1F. RGB value is (1,118,31). Sum of RGB (Red+Green+Blue) = 1+118+31=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #01761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761F is #FE89E0. Grayscale: #494949. Windows color (decimal): -16681441 or 2061825. OLE color: 2061825.
HSL color Cylindrical-coordinate representation of color #01761F: hue angle of 135.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01761F is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 31 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.54 |
| HSL | 135.38º | 0.98% | 0.23% | - |
| HSV(B) | 135.38º | 0.99% | 0.46% | - |
| XYZ | 6.74 | 13.06 | 3.46 | - |
| YUV | 73.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 31 | 0.99 | 0 | 0.74 | 0.54 | 135.38 | 0.98 | 0.23 |
| Hex | 1 | 76 | 1F | 63 | 0 | 4A | 36 | 87 | 62 | 17 |
| Octal | 1 | 166 | 37 | 143 | 0 | 112 | 66 | 207 | 142 | 27 |
| Binary | 1 | 1110110 | 11111 | 1100011 | 0 | 1001010 | 110110 | 10000111 | 1100010 | 10111 |
Color Harmonies of #01761F
Complementary color
Monochromatic Colors of #01761F
Black with #01761F
Text Example
Text Example
White with #01761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01761F; }
p { color: rgb(1,118,31); }
H1.HeaderClassName
{
color: #01761F;
}
.AnyTagClassName
{
color: #01761F;
}
</style>
background-color css
<style>
a { background-color: #01761F; }
a { background-color: rgb(1,118,31); }
div.DivClassName
{
background-color: #01761F;
}
.BgClassName
{
background-color: #01761F;
}
</style>
border-color css
<style>
span { border-color: #01761F; }
span { border-color: rgb(1,118,31); }
td.TdClassName
{
border-color: #01761F;
}
.TagClassName
{
border-color: #01761F;
}
</style>