Shades of Green #138708
Tints of Green #138708
RGB
CMYK
RGB Variations
Color information
#138708 (or 0x138708) is known color: Green. HEX triplet: 13, 87 and 08. RGB value is (19,135,8). Sum of RGB (Red+Green+Blue) = 19+135+8=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 135 (53.12% from 255 or 83.33% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 135 - color contains mainly: green. Hex color #138708 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138708 is #EC78F7. Grayscale: #565656. Windows color (decimal): -15497464 or 558867. OLE color: 558867.
HSL color Cylindrical-coordinate representation of color #138708: hue angle of 114.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138708 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 8 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.47 |
| HSL | 114.8º | 0.89% | 0.28% | - |
| HSV(B) | 114.8º | 0.94% | 0.53% | - |
| XYZ | 8.98 | 17.48 | 3.13 | - |
| YUV | 85.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 8 | 0.86 | 0 | 0.94 | 0.47 | 114.8 | 0.89 | 0.28 |
| Hex | 13 | 87 | 8 | 56 | 0 | 5E | 2F | 73 | 59 | 1C |
| Octal | 23 | 207 | 10 | 126 | 0 | 136 | 57 | 163 | 131 | 34 |
| Binary | 10011 | 10000111 | 1000 | 1010110 | 0 | 1011110 | 101111 | 1110011 | 1011001 | 11100 |
Color Harmonies of #138708
Complementary color
Monochromatic Colors of #138708
Black with #138708
Text Example
Text Example
White with #138708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138708; }
p { color: rgb(19,135,8); }
H1.HeaderClassName
{
color: #138708;
}
.AnyTagClassName
{
color: #138708;
}
</style>
background-color css
<style>
a { background-color: #138708; }
a { background-color: rgb(19,135,8); }
div.DivClassName
{
background-color: #138708;
}
.BgClassName
{
background-color: #138708;
}
</style>
border-color css
<style>
span { border-color: #138708; }
span { border-color: rgb(19,135,8); }
td.TdClassName
{
border-color: #138708;
}
.TagClassName
{
border-color: #138708;
}
</style>