Shades of Green #10730B
Tints of Green #10730B
RGB
CMYK
RGB Variations
Color information
#10730B (or 0x10730B) is known color: Green. HEX triplet: 10, 73 and 0B. RGB value is (16,115,11). Sum of RGB (Red+Green+Blue) = 16+115+11=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #10730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10730B is #EF8CF4. Grayscale: #494949. Windows color (decimal): -15699189 or 750352. OLE color: 750352.
HSL color Cylindrical-coordinate representation of color #10730B: hue angle of 117.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10730B is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 11 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.55 |
| HSL | 117.12º | 0.83% | 0.25% | - |
| HSV(B) | 117.12º | 0.9% | 0.45% | - |
| XYZ | 6.4 | 12.4 | 2.37 | - |
| YUV | 73.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 11 | 0.86 | 0 | 0.90 | 0.55 | 117.12 | 0.83 | 0.25 |
| Hex | 10 | 73 | B | 56 | 0 | 5A | 37 | 75 | 53 | 19 |
| Octal | 20 | 163 | 13 | 126 | 0 | 132 | 67 | 165 | 123 | 31 |
| Binary | 10000 | 1110011 | 1011 | 1010110 | 0 | 1011010 | 110111 | 1110101 | 1010011 | 11001 |
Color Harmonies of #10730B
Complementary color
Monochromatic Colors of #10730B
Black with #10730B
Text Example
Text Example
White with #10730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10730B; }
p { color: rgb(16,115,11); }
H1.HeaderClassName
{
color: #10730B;
}
.AnyTagClassName
{
color: #10730B;
}
</style>
background-color css
<style>
a { background-color: #10730B; }
a { background-color: rgb(16,115,11); }
div.DivClassName
{
background-color: #10730B;
}
.BgClassName
{
background-color: #10730B;
}
</style>
border-color css
<style>
span { border-color: #10730B; }
span { border-color: rgb(16,115,11); }
td.TdClassName
{
border-color: #10730B;
}
.TagClassName
{
border-color: #10730B;
}
</style>