Shades of Citron #7F9621
Tints of Citron #7F9621
RGB
CMYK
RGB Variations
Color information
#7F9621 (or 0x7F9621) is known color: Citron. HEX triplet: 7F, 96 and 21. RGB value is (127,150,33). Sum of RGB (Red+Green+Blue) = 127+150+33=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9621 is #8069DE. Grayscale: #828282. Windows color (decimal): -8415711 or 2201215. OLE color: 2201215.
HSL color Cylindrical-coordinate representation of color #7F9621: hue angle of 71.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9621 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 33 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.41 |
| HSL | 71.79º | 0.64% | 0.36% | - |
| HSV(B) | 71.79º | 0.78% | 0.59% | - |
| XYZ | 19.93 | 26.43 | 5.49 | - |
| YUV | 129.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 33 | 0.15 | 0 | 0.78 | 0.41 | 71.79 | 0.64 | 0.36 |
| Hex | 7F | 96 | 21 | F | 0 | 4E | 29 | 48 | 40 | 24 |
| Octal | 177 | 226 | 41 | 17 | 0 | 116 | 51 | 110 | 100 | 44 |
| Binary | 1111111 | 10010110 | 100001 | 1111 | 0 | 1001110 | 101001 | 1001000 | 1000000 | 100100 |
Color Harmonies of #7F9621
Complementary color
Monochromatic Colors of #7F9621
Black with #7F9621
Text Example
Text Example
White with #7F9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9621; }
p { color: rgb(127,150,33); }
H1.HeaderClassName
{
color: #7F9621;
}
.AnyTagClassName
{
color: #7F9621;
}
</style>
background-color css
<style>
a { background-color: #7F9621; }
a { background-color: rgb(127,150,33); }
div.DivClassName
{
background-color: #7F9621;
}
.BgClassName
{
background-color: #7F9621;
}
</style>
border-color css
<style>
span { border-color: #7F9621; }
span { border-color: rgb(127,150,33); }
td.TdClassName
{
border-color: #7F9621;
}
.TagClassName
{
border-color: #7F9621;
}
</style>