Shades of Green #0F760C
Tints of Green #0F760C
RGB
CMYK
RGB Variations
Color information
#0F760C (or 0x0F760C) is known color: Green. HEX triplet: 0F, 76 and 0C. RGB value is (15,118,12). Sum of RGB (Red+Green+Blue) = 15+118+12=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #0F760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F760C is #F089F3. Grayscale: #4B4B4B. Windows color (decimal): -15763956 or 816655. OLE color: 816655.
HSL color Cylindrical-coordinate representation of color #0F760C: hue angle of 118.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F760C is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 12 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.54 |
| HSL | 118.3º | 0.82% | 0.25% | - |
| HSV(B) | 118.3º | 0.9% | 0.46% | - |
| XYZ | 6.74 | 13.08 | 2.52 | - |
| YUV | 75.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 12 | 0.87 | 0 | 0.90 | 0.54 | 118.3 | 0.82 | 0.25 |
| Hex | F | 76 | C | 57 | 0 | 5A | 36 | 76 | 52 | 19 |
| Octal | 17 | 166 | 14 | 127 | 0 | 132 | 66 | 166 | 122 | 31 |
| Binary | 1111 | 1110110 | 1100 | 1010111 | 0 | 1011010 | 110110 | 1110110 | 1010010 | 11001 |
Color Harmonies of #0F760C
Complementary color
Monochromatic Colors of #0F760C
Black with #0F760C
Text Example
Text Example
White with #0F760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F760C; }
p { color: rgb(15,118,12); }
H1.HeaderClassName
{
color: #0F760C;
}
.AnyTagClassName
{
color: #0F760C;
}
</style>
background-color css
<style>
a { background-color: #0F760C; }
a { background-color: rgb(15,118,12); }
div.DivClassName
{
background-color: #0F760C;
}
.BgClassName
{
background-color: #0F760C;
}
</style>
border-color css
<style>
span { border-color: #0F760C; }
span { border-color: rgb(15,118,12); }
td.TdClassName
{
border-color: #0F760C;
}
.TagClassName
{
border-color: #0F760C;
}
</style>