Shades of Green #136702
Tints of Green #136702
RGB
CMYK
RGB Variations
Color information
#136702 (or 0x136702) is known color: Green. HEX triplet: 13, 67 and 02. RGB value is (19,103,2). Sum of RGB (Red+Green+Blue) = 19+103+2=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #136702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136702 is #EC98FD. Grayscale: #424242. Windows color (decimal): -15505662 or 157459. OLE color: 157459.
HSL color Cylindrical-coordinate representation of color #136702: hue angle of 109.9º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #136702 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.60 |
| HSL | 109.9º | 0.96% | 0.21% | - |
| HSV(B) | 109.9º | 0.98% | 0.4% | - |
| XYZ | 5.13 | 9.84 | 1.69 | - |
| YUV | 66.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 2 | 0.82 | 0 | 0.98 | 0.60 | 109.9 | 0.96 | 0.21 |
| Hex | 13 | 67 | 2 | 52 | 0 | 62 | 3C | 6E | 60 | 15 |
| Octal | 23 | 147 | 2 | 122 | 0 | 142 | 74 | 156 | 140 | 25 |
| Binary | 10011 | 1100111 | 10 | 1010010 | 0 | 1100010 | 111100 | 1101110 | 1100000 | 10101 |
Color Harmonies of #136702
Complementary color
Monochromatic Colors of #136702
Black with #136702
Text Example
Text Example
White with #136702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136702; }
p { color: rgb(19,103,2); }
H1.HeaderClassName
{
color: #136702;
}
.AnyTagClassName
{
color: #136702;
}
</style>
background-color css
<style>
a { background-color: #136702; }
a { background-color: rgb(19,103,2); }
div.DivClassName
{
background-color: #136702;
}
.BgClassName
{
background-color: #136702;
}
</style>
border-color css
<style>
span { border-color: #136702; }
span { border-color: rgb(19,103,2); }
td.TdClassName
{
border-color: #136702;
}
.TagClassName
{
border-color: #136702;
}
</style>