Shades of Green #15760C
Tints of Green #15760C
RGB
CMYK
RGB Variations
Color information
#15760C (or 0x15760C) is known color: Green. HEX triplet: 15, 76 and 0C. RGB value is (21,118,12). Sum of RGB (Red+Green+Blue) = 21+118+12=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #15760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15760C is #EA89F3. Grayscale: #4D4D4D. Windows color (decimal): -15370740 or 816661. OLE color: 816661.
HSL color Cylindrical-coordinate representation of color #15760C: hue angle of 114.91º 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 #15760C is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 12 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.54 |
| HSL | 114.91º | 0.82% | 0.25% | - |
| HSV(B) | 114.91º | 0.9% | 0.46% | - |
| XYZ | 6.85 | 13.14 | 2.52 | - |
| YUV | 76.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 12 | 0.82 | 0 | 0.90 | 0.54 | 114.91 | 0.82 | 0.25 |
| Hex | 15 | 76 | C | 52 | 0 | 5A | 36 | 73 | 52 | 19 |
| Octal | 25 | 166 | 14 | 122 | 0 | 132 | 66 | 163 | 122 | 31 |
| Binary | 10101 | 1110110 | 1100 | 1010010 | 0 | 1011010 | 110110 | 1110011 | 1010010 | 11001 |
Color Harmonies of #15760C
Complementary color
Monochromatic Colors of #15760C
Black with #15760C
Text Example
Text Example
White with #15760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15760C; }
p { color: rgb(21,118,12); }
H1.HeaderClassName
{
color: #15760C;
}
.AnyTagClassName
{
color: #15760C;
}
</style>
background-color css
<style>
a { background-color: #15760C; }
a { background-color: rgb(21,118,12); }
div.DivClassName
{
background-color: #15760C;
}
.BgClassName
{
background-color: #15760C;
}
</style>
border-color css
<style>
span { border-color: #15760C; }
span { border-color: rgb(21,118,12); }
td.TdClassName
{
border-color: #15760C;
}
.TagClassName
{
border-color: #15760C;
}
</style>