Shades of Green #136701
Tints of Green #136701
RGB
CMYK
RGB Variations
Color information
#136701 (or 0x136701) is known color: Green. HEX triplet: 13, 67 and 01. RGB value is (19,103,1). Sum of RGB (Red+Green+Blue) = 19+103+1=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 103 (40.62% from 255 or 83.74% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 103 - color contains mainly: green. Hex color #136701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136701 is #EC98FE. Grayscale: #424242. Windows color (decimal): -15505663 or 91923. OLE color: 91923.
HSL color Cylindrical-coordinate representation of color #136701: hue angle of 109.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #136701 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.60 |
| HSL | 109.41º | 0.98% | 0.2% | - |
| HSV(B) | 109.41º | 0.99% | 0.4% | - |
| XYZ | 5.12 | 9.84 | 1.66 | - |
| YUV | 66.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 1 | 0.82 | 0 | 0.99 | 0.60 | 109.41 | 0.98 | 0.2 |
| Hex | 13 | 67 | 1 | 52 | 0 | 63 | 3C | 6D | 62 | 14 |
| Octal | 23 | 147 | 1 | 122 | 0 | 143 | 74 | 155 | 142 | 24 |
| Binary | 10011 | 1100111 | 1 | 1010010 | 0 | 1100011 | 111100 | 1101101 | 1100010 | 10100 |
Color Harmonies of #136701
Complementary color
Monochromatic Colors of #136701
Black with #136701
Text Example
Text Example
White with #136701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136701; }
p { color: rgb(19,103,1); }
H1.HeaderClassName
{
color: #136701;
}
.AnyTagClassName
{
color: #136701;
}
</style>
background-color css
<style>
a { background-color: #136701; }
a { background-color: rgb(19,103,1); }
div.DivClassName
{
background-color: #136701;
}
.BgClassName
{
background-color: #136701;
}
</style>
border-color css
<style>
span { border-color: #136701; }
span { border-color: rgb(19,103,1); }
td.TdClassName
{
border-color: #136701;
}
.TagClassName
{
border-color: #136701;
}
</style>