Shades of Green #10670C
Tints of Green #10670C
RGB
CMYK
RGB Variations
Color information
#10670C (or 0x10670C) is known color: Green. HEX triplet: 10, 67 and 0C. RGB value is (16,103,12). Sum of RGB (Red+Green+Blue) = 16+103+12=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #10670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10670C is #EF98F3. Grayscale: #424242. Windows color (decimal): -15702260 or 812816. OLE color: 812816.
HSL color Cylindrical-coordinate representation of color #10670C: hue angle of 117.36º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10670C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 12 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.60 |
| HSL | 117.36º | 0.79% | 0.23% | - |
| HSV(B) | 117.36º | 0.88% | 0.4% | - |
| XYZ | 5.13 | 9.84 | 1.98 | - |
| YUV | 66.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 12 | 0.84 | 0 | 0.88 | 0.60 | 117.36 | 0.79 | 0.23 |
| Hex | 10 | 67 | C | 54 | 0 | 58 | 3C | 75 | 4F | 17 |
| Octal | 20 | 147 | 14 | 124 | 0 | 130 | 74 | 165 | 117 | 27 |
| Binary | 10000 | 1100111 | 1100 | 1010100 | 0 | 1011000 | 111100 | 1110101 | 1001111 | 10111 |
Color Harmonies of #10670C
Complementary color
Monochromatic Colors of #10670C
Black with #10670C
Text Example
Text Example
White with #10670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10670C; }
p { color: rgb(16,103,12); }
H1.HeaderClassName
{
color: #10670C;
}
.AnyTagClassName
{
color: #10670C;
}
</style>
background-color css
<style>
a { background-color: #10670C; }
a { background-color: rgb(16,103,12); }
div.DivClassName
{
background-color: #10670C;
}
.BgClassName
{
background-color: #10670C;
}
</style>
border-color css
<style>
span { border-color: #10670C; }
span { border-color: rgb(16,103,12); }
td.TdClassName
{
border-color: #10670C;
}
.TagClassName
{
border-color: #10670C;
}
</style>