Shades of Green #10760F
Tints of Green #10760F
RGB
CMYK
RGB Variations
Color information
#10760F (or 0x10760F) is known color: Green. HEX triplet: 10, 76 and 0F. RGB value is (16,118,15). Sum of RGB (Red+Green+Blue) = 16+118+15=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #10760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10760F is #EF89F0. Grayscale: #4C4C4C. Windows color (decimal): -15698417 or 1013264. OLE color: 1013264.
HSL color Cylindrical-coordinate representation of color #10760F: hue angle of 119.42º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10760F is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 15 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.54 |
| HSL | 119.42º | 0.77% | 0.26% | - |
| HSV(B) | 119.42º | 0.87% | 0.46% | - |
| XYZ | 6.78 | 13.1 | 2.62 | - |
| YUV | 75.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 15 | 0.86 | 0 | 0.87 | 0.54 | 119.42 | 0.77 | 0.26 |
| Hex | 10 | 76 | F | 56 | 0 | 57 | 36 | 77 | 4D | 1A |
| Octal | 20 | 166 | 17 | 126 | 0 | 127 | 66 | 167 | 115 | 32 |
| Binary | 10000 | 1110110 | 1111 | 1010110 | 0 | 1010111 | 110110 | 1110111 | 1001101 | 11010 |
Color Harmonies of #10760F
Complementary color
Monochromatic Colors of #10760F
Black with #10760F
Text Example
Text Example
White with #10760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10760F; }
p { color: rgb(16,118,15); }
H1.HeaderClassName
{
color: #10760F;
}
.AnyTagClassName
{
color: #10760F;
}
</style>
background-color css
<style>
a { background-color: #10760F; }
a { background-color: rgb(16,118,15); }
div.DivClassName
{
background-color: #10760F;
}
.BgClassName
{
background-color: #10760F;
}
</style>
border-color css
<style>
span { border-color: #10760F; }
span { border-color: rgb(16,118,15); }
td.TdClassName
{
border-color: #10760F;
}
.TagClassName
{
border-color: #10760F;
}
</style>