Shades of Green #107008
Tints of Green #107008
RGB
CMYK
RGB Variations
Color information
#107008 (or 0x107008) is known color: Green. HEX triplet: 10, 70 and 08. RGB value is (16,112,8). Sum of RGB (Red+Green+Blue) = 16+112+8=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #107008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107008 is #EF8FF7. Grayscale: #474747. Windows color (decimal): -15699960 or 552976. OLE color: 552976.
HSL color Cylindrical-coordinate representation of color #107008: hue angle of 115.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107008 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 8 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.56 |
| HSL | 115.38º | 0.87% | 0.24% | - |
| HSV(B) | 115.38º | 0.93% | 0.44% | - |
| XYZ | 6.05 | 11.72 | 2.17 | - |
| YUV | 71.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 8 | 0.86 | 0 | 0.93 | 0.56 | 115.38 | 0.87 | 0.24 |
| Hex | 10 | 70 | 8 | 56 | 0 | 5D | 38 | 73 | 57 | 18 |
| Octal | 20 | 160 | 10 | 126 | 0 | 135 | 70 | 163 | 127 | 30 |
| Binary | 10000 | 1110000 | 1000 | 1010110 | 0 | 1011101 | 111000 | 1110011 | 1010111 | 11000 |
Color Harmonies of #107008
Complementary color
Monochromatic Colors of #107008
Black with #107008
Text Example
Text Example
White with #107008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107008; }
p { color: rgb(16,112,8); }
H1.HeaderClassName
{
color: #107008;
}
.AnyTagClassName
{
color: #107008;
}
</style>
background-color css
<style>
a { background-color: #107008; }
a { background-color: rgb(16,112,8); }
div.DivClassName
{
background-color: #107008;
}
.BgClassName
{
background-color: #107008;
}
</style>
border-color css
<style>
span { border-color: #107008; }
span { border-color: rgb(16,112,8); }
td.TdClassName
{
border-color: #107008;
}
.TagClassName
{
border-color: #107008;
}
</style>