Shades of Citron #7F9C12
Tints of Citron #7F9C12
RGB
CMYK
RGB Variations
Color information
#7F9C12 (or 0x7F9C12) is known color: Citron. HEX triplet: 7F, 9C and 12. RGB value is (127,156,18). Sum of RGB (Red+Green+Blue) = 127+156+18=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #7F9C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9C12 is #8063ED. Grayscale: #848484. Windows color (decimal): -8414190 or 1219711. OLE color: 1219711.
HSL color Cylindrical-coordinate representation of color #7F9C12: hue angle of 72.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F9C12 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 156 | 18 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.39 |
| HSL | 72.61º | 0.79% | 0.34% | - |
| HSV(B) | 72.61º | 0.88% | 0.61% | - |
| XYZ | 20.75 | 28.33 | 4.95 | - |
| YUV | 131.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 18 | 0.19 | 0 | 0.88 | 0.39 | 72.61 | 0.79 | 0.34 |
| Hex | 7F | 9C | 12 | 13 | 0 | 58 | 27 | 49 | 4F | 22 |
| Octal | 177 | 234 | 22 | 23 | 0 | 130 | 47 | 111 | 117 | 42 |
| Binary | 1111111 | 10011100 | 10010 | 10011 | 0 | 1011000 | 100111 | 1001001 | 1001111 | 100010 |
Color Harmonies of #7F9C12
Complementary color
Monochromatic Colors of #7F9C12
Black with #7F9C12
Text Example
Text Example
White with #7F9C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9C12; }
p { color: rgb(127,156,18); }
H1.HeaderClassName
{
color: #7F9C12;
}
.AnyTagClassName
{
color: #7F9C12;
}
</style>
background-color css
<style>
a { background-color: #7F9C12; }
a { background-color: rgb(127,156,18); }
div.DivClassName
{
background-color: #7F9C12;
}
.BgClassName
{
background-color: #7F9C12;
}
</style>
border-color css
<style>
span { border-color: #7F9C12; }
span { border-color: rgb(127,156,18); }
td.TdClassName
{
border-color: #7F9C12;
}
.TagClassName
{
border-color: #7F9C12;
}
</style>