Shades of Citron #7F9816
Tints of Citron #7F9816
RGB
CMYK
RGB Variations
Color information
#7F9816 (or 0x7F9816) is known color: Citron. HEX triplet: 7F, 98 and 16. RGB value is (127,152,22). Sum of RGB (Red+Green+Blue) = 127+152+22=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9816 is #8067E9. Grayscale: #828282. Windows color (decimal): -8415210 or 1480831. OLE color: 1480831.
HSL color Cylindrical-coordinate representation of color #7F9816: hue angle of 71.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F9816 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 22 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.40 |
| HSL | 71.54º | 0.75% | 0.34% | - |
| HSV(B) | 71.54º | 0.86% | 0.6% | - |
| XYZ | 20.13 | 27.03 | 4.91 | - |
| YUV | 129.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 22 | 0.16 | 0 | 0.86 | 0.40 | 71.54 | 0.75 | 0.34 |
| Hex | 7F | 98 | 16 | 10 | 0 | 56 | 28 | 48 | 4B | 22 |
| Octal | 177 | 230 | 26 | 20 | 0 | 126 | 50 | 110 | 113 | 42 |
| Binary | 1111111 | 10011000 | 10110 | 10000 | 0 | 1010110 | 101000 | 1001000 | 1001011 | 100010 |
Color Harmonies of #7F9816
Complementary color
Monochromatic Colors of #7F9816
Black with #7F9816
Text Example
Text Example
White with #7F9816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9816; }
p { color: rgb(127,152,22); }
H1.HeaderClassName
{
color: #7F9816;
}
.AnyTagClassName
{
color: #7F9816;
}
</style>
background-color css
<style>
a { background-color: #7F9816; }
a { background-color: rgb(127,152,22); }
div.DivClassName
{
background-color: #7F9816;
}
.BgClassName
{
background-color: #7F9816;
}
</style>
border-color css
<style>
span { border-color: #7F9816; }
span { border-color: rgb(127,152,22); }
td.TdClassName
{
border-color: #7F9816;
}
.TagClassName
{
border-color: #7F9816;
}
</style>