Shades of Green #11870F
Tints of Green #11870F
RGB
CMYK
RGB Variations
Color information
#11870F (or 0x11870F) is known color: Green. HEX triplet: 11, 87 and 0F. RGB value is (17,135,15). Sum of RGB (Red+Green+Blue) = 17+135+15=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #11870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11870F is #EE78F0. Grayscale: #565656. Windows color (decimal): -15628529 or 1017617. OLE color: 1017617.
HSL color Cylindrical-coordinate representation of color #11870F: hue angle of 119º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11870F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 15 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.47 |
| HSL | 119º | 0.8% | 0.29% | - |
| HSV(B) | 119º | 0.89% | 0.53% | - |
| XYZ | 8.98 | 17.48 | 3.35 | - |
| YUV | 86.04 | 87.91 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 15 | 0.87 | 0 | 0.89 | 0.47 | 119 | 0.8 | 0.29 |
| Hex | 11 | 87 | F | 57 | 0 | 59 | 2F | 77 | 50 | 1D |
| Octal | 21 | 207 | 17 | 127 | 0 | 131 | 57 | 167 | 120 | 35 |
| Binary | 10001 | 10000111 | 1111 | 1010111 | 0 | 1011001 | 101111 | 1110111 | 1010000 | 11101 |
Color Harmonies of #11870F
Complementary color
Monochromatic Colors of #11870F
Black with #11870F
Text Example
Text Example
White with #11870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11870F; }
p { color: rgb(17,135,15); }
H1.HeaderClassName
{
color: #11870F;
}
.AnyTagClassName
{
color: #11870F;
}
</style>
background-color css
<style>
a { background-color: #11870F; }
a { background-color: rgb(17,135,15); }
div.DivClassName
{
background-color: #11870F;
}
.BgClassName
{
background-color: #11870F;
}
</style>
border-color css
<style>
span { border-color: #11870F; }
span { border-color: rgb(17,135,15); }
td.TdClassName
{
border-color: #11870F;
}
.TagClassName
{
border-color: #11870F;
}
</style>