Shades of Green #10760B
Tints of Green #10760B
RGB
CMYK
RGB Variations
Color information
#10760B (or 0x10760B) is known color: Green. HEX triplet: 10, 76 and 0B. RGB value is (16,118,11). Sum of RGB (Red+Green+Blue) = 16+118+11=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #10760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10760B is #EF89F4. Grayscale: #4B4B4B. Windows color (decimal): -15698421 or 751120. OLE color: 751120.
HSL color Cylindrical-coordinate representation of color #10760B: hue angle of 117.2º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10760B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 11 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.54 |
| HSL | 117.2º | 0.83% | 0.25% | - |
| HSV(B) | 117.2º | 0.91% | 0.46% | - |
| XYZ | 6.75 | 13.09 | 2.49 | - |
| YUV | 75.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 11 | 0.86 | 0 | 0.91 | 0.54 | 117.2 | 0.83 | 0.25 |
| Hex | 10 | 76 | B | 56 | 0 | 5B | 36 | 75 | 53 | 19 |
| Octal | 20 | 166 | 13 | 126 | 0 | 133 | 66 | 165 | 123 | 31 |
| Binary | 10000 | 1110110 | 1011 | 1010110 | 0 | 1011011 | 110110 | 1110101 | 1010011 | 11001 |
Color Harmonies of #10760B
Complementary color
Monochromatic Colors of #10760B
Black with #10760B
Text Example
Text Example
White with #10760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10760B; }
p { color: rgb(16,118,11); }
H1.HeaderClassName
{
color: #10760B;
}
.AnyTagClassName
{
color: #10760B;
}
</style>
background-color css
<style>
a { background-color: #10760B; }
a { background-color: rgb(16,118,11); }
div.DivClassName
{
background-color: #10760B;
}
.BgClassName
{
background-color: #10760B;
}
</style>
border-color css
<style>
span { border-color: #10760B; }
span { border-color: rgb(16,118,11); }
td.TdClassName
{
border-color: #10760B;
}
.TagClassName
{
border-color: #10760B;
}
</style>