Shades of Green #0F750D
Tints of Green #0F750D
RGB
CMYK
RGB Variations
Color information
#0F750D (or 0x0F750D) is known color: Green. HEX triplet: 0F, 75 and 0D. RGB value is (15,117,13). Sum of RGB (Red+Green+Blue) = 15+117+13=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #0F750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F750D is #F08AF2. Grayscale: #4A4A4A. Windows color (decimal): -15764211 or 881935. OLE color: 881935.
HSL color Cylindrical-coordinate representation of color #0F750D: hue angle of 118.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F750D is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 117 | 13 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.54 |
| HSL | 118.85º | 0.8% | 0.25% | - |
| HSV(B) | 118.85º | 0.89% | 0.46% | - |
| XYZ | 6.63 | 12.85 | 2.51 | - |
| YUV | 74.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 13 | 0.87 | 0 | 0.89 | 0.54 | 118.85 | 0.8 | 0.25 |
| Hex | F | 75 | D | 57 | 0 | 59 | 36 | 77 | 50 | 19 |
| Octal | 17 | 165 | 15 | 127 | 0 | 131 | 66 | 167 | 120 | 31 |
| Binary | 1111 | 1110101 | 1101 | 1010111 | 0 | 1011001 | 110110 | 1110111 | 1010000 | 11001 |
Color Harmonies of #0F750D
Complementary color
Monochromatic Colors of #0F750D
Black with #0F750D
Text Example
Text Example
White with #0F750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F750D; }
p { color: rgb(15,117,13); }
H1.HeaderClassName
{
color: #0F750D;
}
.AnyTagClassName
{
color: #0F750D;
}
</style>
background-color css
<style>
a { background-color: #0F750D; }
a { background-color: rgb(15,117,13); }
div.DivClassName
{
background-color: #0F750D;
}
.BgClassName
{
background-color: #0F750D;
}
</style>
border-color css
<style>
span { border-color: #0F750D; }
span { border-color: rgb(15,117,13); }
td.TdClassName
{
border-color: #0F750D;
}
.TagClassName
{
border-color: #0F750D;
}
</style>