Shades of Citron #7F9619
Tints of Citron #7F9619
RGB
CMYK
RGB Variations
Color information
#7F9619 (or 0x7F9619) is known color: Citron. HEX triplet: 7F, 96 and 19. RGB value is (127,150,25). Sum of RGB (Red+Green+Blue) = 127+150+25=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9619 is #8069E6. Grayscale: #818181. Windows color (decimal): -8415719 or 1676927. OLE color: 1676927.
HSL color Cylindrical-coordinate representation of color #7F9619: hue angle of 71.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F9619 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 25 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.41 |
| HSL | 71.04º | 0.71% | 0.34% | - |
| HSV(B) | 71.04º | 0.83% | 0.59% | - |
| XYZ | 19.83 | 26.39 | 4.97 | - |
| YUV | 128.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 25 | 0.15 | 0 | 0.83 | 0.41 | 71.04 | 0.71 | 0.34 |
| Hex | 7F | 96 | 19 | F | 0 | 53 | 29 | 47 | 47 | 22 |
| Octal | 177 | 226 | 31 | 17 | 0 | 123 | 51 | 107 | 107 | 42 |
| Binary | 1111111 | 10010110 | 11001 | 1111 | 0 | 1010011 | 101001 | 1000111 | 1000111 | 100010 |
Color Harmonies of #7F9619
Complementary color
Monochromatic Colors of #7F9619
Black with #7F9619
Text Example
Text Example
White with #7F9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9619; }
p { color: rgb(127,150,25); }
H1.HeaderClassName
{
color: #7F9619;
}
.AnyTagClassName
{
color: #7F9619;
}
</style>
background-color css
<style>
a { background-color: #7F9619; }
a { background-color: rgb(127,150,25); }
div.DivClassName
{
background-color: #7F9619;
}
.BgClassName
{
background-color: #7F9619;
}
</style>
border-color css
<style>
span { border-color: #7F9619; }
span { border-color: rgb(127,150,25); }
td.TdClassName
{
border-color: #7F9619;
}
.TagClassName
{
border-color: #7F9619;
}
</style>