Shades of Green #10620B
Tints of Green #10620B
RGB
CMYK
RGB Variations
Color information
#10620B (or 0x10620B) is known color: Green. HEX triplet: 10, 62 and 0B. RGB value is (16,98,11). Sum of RGB (Red+Green+Blue) = 16+98+11=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #10620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10620B is #EF9DF4. Grayscale: #3F3F3F. Windows color (decimal): -15703541 or 746000. OLE color: 746000.
HSL color Cylindrical-coordinate representation of color #10620B: hue angle of 116.55º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10620B is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 11 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.62 |
| HSL | 116.55º | 0.8% | 0.21% | - |
| HSV(B) | 116.55º | 0.89% | 0.38% | - |
| XYZ | 4.64 | 8.87 | 1.78 | - |
| YUV | 63.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 11 | 0.84 | 0 | 0.89 | 0.62 | 116.55 | 0.8 | 0.21 |
| Hex | 10 | 62 | B | 54 | 0 | 59 | 3E | 75 | 50 | 15 |
| Octal | 20 | 142 | 13 | 124 | 0 | 131 | 76 | 165 | 120 | 25 |
| Binary | 10000 | 1100010 | 1011 | 1010100 | 0 | 1011001 | 111110 | 1110101 | 1010000 | 10101 |
Color Harmonies of #10620B
Complementary color
Monochromatic Colors of #10620B
Black with #10620B
Text Example
Text Example
White with #10620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10620B; }
p { color: rgb(16,98,11); }
H1.HeaderClassName
{
color: #10620B;
}
.AnyTagClassName
{
color: #10620B;
}
</style>
background-color css
<style>
a { background-color: #10620B; }
a { background-color: rgb(16,98,11); }
div.DivClassName
{
background-color: #10620B;
}
.BgClassName
{
background-color: #10620B;
}
</style>
border-color css
<style>
span { border-color: #10620B; }
span { border-color: rgb(16,98,11); }
td.TdClassName
{
border-color: #10620B;
}
.TagClassName
{
border-color: #10620B;
}
</style>