Shades of Green #136705
Tints of Green #136705
RGB
CMYK
RGB Variations
Color information
#136705 (or 0x136705) is known color: Green. HEX triplet: 13, 67 and 05. RGB value is (19,103,5). Sum of RGB (Red+Green+Blue) = 19+103+5=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #136705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136705 is #EC98FA. Grayscale: #434343. Windows color (decimal): -15505659 or 354067. OLE color: 354067.
HSL color Cylindrical-coordinate representation of color #136705: hue angle of 111.43º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136705 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 5 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.60 |
| HSL | 111.43º | 0.91% | 0.21% | - |
| HSV(B) | 111.43º | 0.95% | 0.4% | - |
| XYZ | 5.15 | 9.85 | 1.77 | - |
| YUV | 66.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 5 | 0.82 | 0 | 0.95 | 0.60 | 111.43 | 0.91 | 0.21 |
| Hex | 13 | 67 | 5 | 52 | 0 | 5F | 3C | 6F | 5B | 15 |
| Octal | 23 | 147 | 5 | 122 | 0 | 137 | 74 | 157 | 133 | 25 |
| Binary | 10011 | 1100111 | 101 | 1010010 | 0 | 1011111 | 111100 | 1101111 | 1011011 | 10101 |
Color Harmonies of #136705
Complementary color
Monochromatic Colors of #136705
Black with #136705
Text Example
Text Example
White with #136705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136705; }
p { color: rgb(19,103,5); }
H1.HeaderClassName
{
color: #136705;
}
.AnyTagClassName
{
color: #136705;
}
</style>
background-color css
<style>
a { background-color: #136705; }
a { background-color: rgb(19,103,5); }
div.DivClassName
{
background-color: #136705;
}
.BgClassName
{
background-color: #136705;
}
</style>
border-color css
<style>
span { border-color: #136705; }
span { border-color: rgb(19,103,5); }
td.TdClassName
{
border-color: #136705;
}
.TagClassName
{
border-color: #136705;
}
</style>