Shades of Green #10760C
Tints of Green #10760C
RGB
CMYK
RGB Variations
Color information
#10760C (or 0x10760C) is known color: Green. HEX triplet: 10, 76 and 0C. RGB value is (16,118,12). Sum of RGB (Red+Green+Blue) = 16+118+12=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #10760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10760C is #EF89F3. Grayscale: #4B4B4B. Windows color (decimal): -15698420 or 816656. OLE color: 816656.
HSL color Cylindrical-coordinate representation of color #10760C: hue angle of 117.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10760C is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 12 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.54 |
| HSL | 117.74º | 0.82% | 0.25% | - |
| HSV(B) | 117.74º | 0.9% | 0.46% | - |
| XYZ | 6.76 | 13.09 | 2.52 | - |
| YUV | 75.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 12 | 0.86 | 0 | 0.90 | 0.54 | 117.74 | 0.82 | 0.25 |
| Hex | 10 | 76 | C | 56 | 0 | 5A | 36 | 76 | 52 | 19 |
| Octal | 20 | 166 | 14 | 126 | 0 | 132 | 66 | 166 | 122 | 31 |
| Binary | 10000 | 1110110 | 1100 | 1010110 | 0 | 1011010 | 110110 | 1110110 | 1010010 | 11001 |
Color Harmonies of #10760C
Complementary color
Monochromatic Colors of #10760C
Black with #10760C
Text Example
Text Example
White with #10760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10760C; }
p { color: rgb(16,118,12); }
H1.HeaderClassName
{
color: #10760C;
}
.AnyTagClassName
{
color: #10760C;
}
</style>
background-color css
<style>
a { background-color: #10760C; }
a { background-color: rgb(16,118,12); }
div.DivClassName
{
background-color: #10760C;
}
.BgClassName
{
background-color: #10760C;
}
</style>
border-color css
<style>
span { border-color: #10760C; }
span { border-color: rgb(16,118,12); }
td.TdClassName
{
border-color: #10760C;
}
.TagClassName
{
border-color: #10760C;
}
</style>