Shades of Green #17720F
Tints of Green #17720F
RGB
CMYK
RGB Variations
Color information
#17720F (or 0x17720F) is known color: Green. HEX triplet: 17, 72 and 0F. RGB value is (23,114,15). Sum of RGB (Red+Green+Blue) = 23+114+15=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #17720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17720F is #E88DF0. Grayscale: #4B4B4B. Windows color (decimal): -15240689 or 1012247. OLE color: 1012247.
HSL color Cylindrical-coordinate representation of color #17720F: hue angle of 115.15º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17720F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 114 | 15 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.55 |
| HSL | 115.15º | 0.77% | 0.25% | - |
| HSV(B) | 115.15º | 0.87% | 0.45% | - |
| XYZ | 6.46 | 12.25 | 2.48 | - |
| YUV | 75.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 15 | 0.80 | 0 | 0.87 | 0.55 | 115.15 | 0.77 | 0.25 |
| Hex | 17 | 72 | F | 50 | 0 | 57 | 37 | 73 | 4D | 19 |
| Octal | 27 | 162 | 17 | 120 | 0 | 127 | 67 | 163 | 115 | 31 |
| Binary | 10111 | 1110010 | 1111 | 1010000 | 0 | 1010111 | 110111 | 1110011 | 1001101 | 11001 |
Color Harmonies of #17720F
Complementary color
Monochromatic Colors of #17720F
Black with #17720F
Text Example
Text Example
White with #17720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17720F; }
p { color: rgb(23,114,15); }
H1.HeaderClassName
{
color: #17720F;
}
.AnyTagClassName
{
color: #17720F;
}
</style>
background-color css
<style>
a { background-color: #17720F; }
a { background-color: rgb(23,114,15); }
div.DivClassName
{
background-color: #17720F;
}
.BgClassName
{
background-color: #17720F;
}
</style>
border-color css
<style>
span { border-color: #17720F; }
span { border-color: rgb(23,114,15); }
td.TdClassName
{
border-color: #17720F;
}
.TagClassName
{
border-color: #17720F;
}
</style>