Shades of Citron #7F981E
Tints of Citron #7F981E
RGB
CMYK
RGB Variations
Color information
#7F981E (or 0x7F981E) is known color: Citron. HEX triplet: 7F, 98 and 1E. RGB value is (127,152,30). Sum of RGB (Red+Green+Blue) = 127+152+30=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #7F981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F981E is #8067E1. Grayscale: #838383. Windows color (decimal): -8415202 or 2005119. OLE color: 2005119.
HSL color Cylindrical-coordinate representation of color #7F981E: hue angle of 72.3º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F981E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 30 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.40 |
| HSL | 72.3º | 0.67% | 0.36% | - |
| HSV(B) | 72.3º | 0.8% | 0.6% | - |
| XYZ | 20.21 | 27.06 | 5.39 | - |
| YUV | 130.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 30 | 0.16 | 0 | 0.80 | 0.40 | 72.3 | 0.67 | 0.36 |
| Hex | 7F | 98 | 1E | 10 | 0 | 50 | 28 | 48 | 43 | 24 |
| Octal | 177 | 230 | 36 | 20 | 0 | 120 | 50 | 110 | 103 | 44 |
| Binary | 1111111 | 10011000 | 11110 | 10000 | 0 | 1010000 | 101000 | 1001000 | 1000011 | 100100 |
Color Harmonies of #7F981E
Complementary color
Monochromatic Colors of #7F981E
Black with #7F981E
Text Example
Text Example
White with #7F981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F981E; }
p { color: rgb(127,152,30); }
H1.HeaderClassName
{
color: #7F981E;
}
.AnyTagClassName
{
color: #7F981E;
}
</style>
background-color css
<style>
a { background-color: #7F981E; }
a { background-color: rgb(127,152,30); }
div.DivClassName
{
background-color: #7F981E;
}
.BgClassName
{
background-color: #7F981E;
}
</style>
border-color css
<style>
span { border-color: #7F981E; }
span { border-color: rgb(127,152,30); }
td.TdClassName
{
border-color: #7F981E;
}
.TagClassName
{
border-color: #7F981E;
}
</style>