Shades of Green #10750F
Tints of Green #10750F
RGB
CMYK
RGB Variations
Color information
#10750F (or 0x10750F) is known color: Green. HEX triplet: 10, 75 and 0F. RGB value is (16,117,15). Sum of RGB (Red+Green+Blue) = 16+117+15=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #10750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10750F is #EF8AF0. Grayscale: #4B4B4B. Windows color (decimal): -15698673 or 1013008. OLE color: 1013008.
HSL color Cylindrical-coordinate representation of color #10750F: hue angle of 119.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10750F is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 15 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.54 |
| HSL | 119.41º | 0.77% | 0.26% | - |
| HSV(B) | 119.41º | 0.87% | 0.46% | - |
| XYZ | 6.66 | 12.87 | 2.58 | - |
| YUV | 75.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 15 | 0.86 | 0 | 0.87 | 0.54 | 119.41 | 0.77 | 0.26 |
| Hex | 10 | 75 | F | 56 | 0 | 57 | 36 | 77 | 4D | 1A |
| Octal | 20 | 165 | 17 | 126 | 0 | 127 | 66 | 167 | 115 | 32 |
| Binary | 10000 | 1110101 | 1111 | 1010110 | 0 | 1010111 | 110110 | 1110111 | 1001101 | 11010 |
Color Harmonies of #10750F
Complementary color
Monochromatic Colors of #10750F
Black with #10750F
Text Example
Text Example
White with #10750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10750F; }
p { color: rgb(16,117,15); }
H1.HeaderClassName
{
color: #10750F;
}
.AnyTagClassName
{
color: #10750F;
}
</style>
background-color css
<style>
a { background-color: #10750F; }
a { background-color: rgb(16,117,15); }
div.DivClassName
{
background-color: #10750F;
}
.BgClassName
{
background-color: #10750F;
}
</style>
border-color css
<style>
span { border-color: #10750F; }
span { border-color: rgb(16,117,15); }
td.TdClassName
{
border-color: #10750F;
}
.TagClassName
{
border-color: #10750F;
}
</style>