Shades of Citron #7F9818
Tints of Citron #7F9818
RGB
CMYK
RGB Variations
Color information
#7F9818 (or 0x7F9818) is known color: Citron. HEX triplet: 7F, 98 and 18. RGB value is (127,152,24). Sum of RGB (Red+Green+Blue) = 127+152+24=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9818 is #8067E7. Grayscale: #828282. Windows color (decimal): -8415208 or 1611903. OLE color: 1611903.
HSL color Cylindrical-coordinate representation of color #7F9818: hue angle of 71.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F9818 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 24 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.40 |
| HSL | 71.72º | 0.73% | 0.35% | - |
| HSV(B) | 71.72º | 0.84% | 0.6% | - |
| XYZ | 20.15 | 27.03 | 5.02 | - |
| YUV | 129.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 24 | 0.16 | 0 | 0.84 | 0.40 | 71.72 | 0.73 | 0.35 |
| Hex | 7F | 98 | 18 | 10 | 0 | 54 | 28 | 48 | 49 | 23 |
| Octal | 177 | 230 | 30 | 20 | 0 | 124 | 50 | 110 | 111 | 43 |
| Binary | 1111111 | 10011000 | 11000 | 10000 | 0 | 1010100 | 101000 | 1001000 | 1001001 | 100011 |
Color Harmonies of #7F9818
Complementary color
Monochromatic Colors of #7F9818
Black with #7F9818
Text Example
Text Example
White with #7F9818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9818; }
p { color: rgb(127,152,24); }
H1.HeaderClassName
{
color: #7F9818;
}
.AnyTagClassName
{
color: #7F9818;
}
</style>
background-color css
<style>
a { background-color: #7F9818; }
a { background-color: rgb(127,152,24); }
div.DivClassName
{
background-color: #7F9818;
}
.BgClassName
{
background-color: #7F9818;
}
</style>
border-color css
<style>
span { border-color: #7F9818; }
span { border-color: rgb(127,152,24); }
td.TdClassName
{
border-color: #7F9818;
}
.TagClassName
{
border-color: #7F9818;
}
</style>