Shades of Green #01761B
Tints of Green #01761B
RGB
CMYK
RGB Variations
Color information
#01761B (or 0x01761B) is known color: Green. HEX triplet: 01, 76 and 1B. RGB value is (1,118,27). Sum of RGB (Red+Green+Blue) = 1+118+27=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #01761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761B is #FE89E4. Grayscale: #484848. Windows color (decimal): -16681445 or 1799681. OLE color: 1799681.
HSL color Cylindrical-coordinate representation of color #01761B: hue angle of 133.33º 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 #01761B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 27 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.54 |
| HSL | 133.33º | 0.98% | 0.23% | - |
| HSV(B) | 133.33º | 0.99% | 0.46% | - |
| XYZ | 6.69 | 13.04 | 3.2 | - |
| YUV | 72.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 27 | 0.99 | 0 | 0.77 | 0.54 | 133.33 | 0.98 | 0.23 |
| Hex | 1 | 76 | 1B | 63 | 0 | 4D | 36 | 85 | 62 | 17 |
| Octal | 1 | 166 | 33 | 143 | 0 | 115 | 66 | 205 | 142 | 27 |
| Binary | 1 | 1110110 | 11011 | 1100011 | 0 | 1001101 | 110110 | 10000101 | 1100010 | 10111 |
Color Harmonies of #01761B
Complementary color
Monochromatic Colors of #01761B
Black with #01761B
Text Example
Text Example
White with #01761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01761B; }
p { color: rgb(1,118,27); }
H1.HeaderClassName
{
color: #01761B;
}
.AnyTagClassName
{
color: #01761B;
}
</style>
background-color css
<style>
a { background-color: #01761B; }
a { background-color: rgb(1,118,27); }
div.DivClassName
{
background-color: #01761B;
}
.BgClassName
{
background-color: #01761B;
}
</style>
border-color css
<style>
span { border-color: #01761B; }
span { border-color: rgb(1,118,27); }
td.TdClassName
{
border-color: #01761B;
}
.TagClassName
{
border-color: #01761B;
}
</style>