Shades of Green #107708
Tints of Green #107708
RGB
CMYK
RGB Variations
Color information
#107708 (or 0x107708) is known color: Green. HEX triplet: 10, 77 and 08. RGB value is (16,119,8). Sum of RGB (Red+Green+Blue) = 16+119+8=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #107708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107708 is #EF88F7. Grayscale: #4B4B4B. Windows color (decimal): -15698168 or 554768. OLE color: 554768.
HSL color Cylindrical-coordinate representation of color #107708: hue angle of 115.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107708 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 8 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.53 |
| HSL | 115.68º | 0.87% | 0.25% | - |
| HSV(B) | 115.68º | 0.93% | 0.47% | - |
| XYZ | 6.85 | 13.32 | 2.44 | - |
| YUV | 75.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 8 | 0.87 | 0 | 0.93 | 0.53 | 115.68 | 0.87 | 0.25 |
| Hex | 10 | 77 | 8 | 57 | 0 | 5D | 35 | 74 | 57 | 19 |
| Octal | 20 | 167 | 10 | 127 | 0 | 135 | 65 | 164 | 127 | 31 |
| Binary | 10000 | 1110111 | 1000 | 1010111 | 0 | 1011101 | 110101 | 1110100 | 1010111 | 11001 |
Color Harmonies of #107708
Complementary color
Monochromatic Colors of #107708
Black with #107708
Text Example
Text Example
White with #107708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107708; }
p { color: rgb(16,119,8); }
H1.HeaderClassName
{
color: #107708;
}
.AnyTagClassName
{
color: #107708;
}
</style>
background-color css
<style>
a { background-color: #107708; }
a { background-color: rgb(16,119,8); }
div.DivClassName
{
background-color: #107708;
}
.BgClassName
{
background-color: #107708;
}
</style>
border-color css
<style>
span { border-color: #107708; }
span { border-color: rgb(16,119,8); }
td.TdClassName
{
border-color: #107708;
}
.TagClassName
{
border-color: #107708;
}
</style>