Shades of Green #106C04
Tints of Green #106C04
RGB
CMYK
RGB Variations
Color information
#106C04 (or 0x106C04) is known color: Green. HEX triplet: 10, 6C and 04. RGB value is (16,108,4). Sum of RGB (Red+Green+Blue) = 16+108+4=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 108 (42.58% from 255 or 84.38% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 108 - color contains mainly: green. Hex color #106C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C04 is #EF93FB. Grayscale: #444444. Windows color (decimal): -15700988 or 289808. OLE color: 289808.
HSL color Cylindrical-coordinate representation of color #106C04: hue angle of 113.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #106C04 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 4 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.58 |
| HSL | 113.08º | 0.93% | 0.22% | - |
| HSV(B) | 113.08º | 0.96% | 0.42% | - |
| XYZ | 5.6 | 10.84 | 1.91 | - |
| YUV | 68.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 4 | 0.85 | 0 | 0.96 | 0.58 | 113.08 | 0.93 | 0.22 |
| Hex | 10 | 6C | 4 | 55 | 0 | 60 | 3A | 71 | 5D | 16 |
| Octal | 20 | 154 | 4 | 125 | 0 | 140 | 72 | 161 | 135 | 26 |
| Binary | 10000 | 1101100 | 100 | 1010101 | 0 | 1100000 | 111010 | 1110001 | 1011101 | 10110 |
Color Harmonies of #106C04
Complementary color
Monochromatic Colors of #106C04
Black with #106C04
Text Example
Text Example
White with #106C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C04; }
p { color: rgb(16,108,4); }
H1.HeaderClassName
{
color: #106C04;
}
.AnyTagClassName
{
color: #106C04;
}
</style>
background-color css
<style>
a { background-color: #106C04; }
a { background-color: rgb(16,108,4); }
div.DivClassName
{
background-color: #106C04;
}
.BgClassName
{
background-color: #106C04;
}
</style>
border-color css
<style>
span { border-color: #106C04; }
span { border-color: rgb(16,108,4); }
td.TdClassName
{
border-color: #106C04;
}
.TagClassName
{
border-color: #106C04;
}
</style>