Shades of Citron #7F9F09
Tints of Citron #7F9F09
RGB
CMYK
RGB Variations
Color information
#7F9F09 (or 0x7F9F09) is known color: Citron. HEX triplet: 7F, 9F and 09. RGB value is (127,159,9). Sum of RGB (Red+Green+Blue) = 127+159+9=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9F09 is #8060F6. Grayscale: #848484. Windows color (decimal): -8413431 or 630655. OLE color: 630655.
HSL color Cylindrical-coordinate representation of color #7F9F09: hue angle of 72.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F9F09 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 9 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.38 |
| HSL | 72.8º | 0.89% | 0.33% | - |
| HSV(B) | 72.8º | 0.94% | 0.62% | - |
| XYZ | 21.2 | 29.33 | 4.8 | - |
| YUV | 132.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 9 | 0.20 | 0 | 0.94 | 0.38 | 72.8 | 0.89 | 0.33 |
| Hex | 7F | 9F | 9 | 14 | 0 | 5E | 26 | 49 | 59 | 21 |
| Octal | 177 | 237 | 11 | 24 | 0 | 136 | 46 | 111 | 131 | 41 |
| Binary | 1111111 | 10011111 | 1001 | 10100 | 0 | 1011110 | 100110 | 1001001 | 1011001 | 100001 |
Color Harmonies of #7F9F09
Complementary color
Monochromatic Colors of #7F9F09
Black with #7F9F09
Text Example
Text Example
White with #7F9F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F09; }
p { color: rgb(127,159,9); }
H1.HeaderClassName
{
color: #7F9F09;
}
.AnyTagClassName
{
color: #7F9F09;
}
</style>
background-color css
<style>
a { background-color: #7F9F09; }
a { background-color: rgb(127,159,9); }
div.DivClassName
{
background-color: #7F9F09;
}
.BgClassName
{
background-color: #7F9F09;
}
</style>
border-color css
<style>
span { border-color: #7F9F09; }
span { border-color: rgb(127,159,9); }
td.TdClassName
{
border-color: #7F9F09;
}
.TagClassName
{
border-color: #7F9F09;
}
</style>