Shades of Citron #7F9919
Tints of Citron #7F9919
RGB
CMYK
RGB Variations
Color information
#7F9919 (or 0x7F9919) is known color: Citron. HEX triplet: 7F, 99 and 19. RGB value is (127,153,25). Sum of RGB (Red+Green+Blue) = 127+153+25=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9919 is #8066E6. Grayscale: #838383. Windows color (decimal): -8414951 or 1677695. OLE color: 1677695.
HSL color Cylindrical-coordinate representation of color #7F9919: hue angle of 72.19º degrees, saturation: 0.72, 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 #7F9919 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 25 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.4 |
| HSL | 72.19º | 0.72% | 0.35% | - |
| HSV(B) | 72.19º | 0.84% | 0.6% | - |
| XYZ | 20.32 | 27.36 | 5.13 | - |
| YUV | 130.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 25 | 0.17 | 0 | 0.84 | 0.4 | 72.19 | 0.72 | 0.35 |
| Hex | 7F | 99 | 19 | 11 | 0 | 54 | 28 | 48 | 48 | 23 |
| Octal | 177 | 231 | 31 | 21 | 0 | 124 | 50 | 110 | 110 | 43 |
| Binary | 1111111 | 10011001 | 11001 | 10001 | 0 | 1010100 | 101000 | 1001000 | 1001000 | 100011 |
Color Harmonies of #7F9919
Complementary color
Monochromatic Colors of #7F9919
Black with #7F9919
Text Example
Text Example
White with #7F9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9919; }
p { color: rgb(127,153,25); }
H1.HeaderClassName
{
color: #7F9919;
}
.AnyTagClassName
{
color: #7F9919;
}
</style>
background-color css
<style>
a { background-color: #7F9919; }
a { background-color: rgb(127,153,25); }
div.DivClassName
{
background-color: #7F9919;
}
.BgClassName
{
background-color: #7F9919;
}
</style>
border-color css
<style>
span { border-color: #7F9919; }
span { border-color: rgb(127,153,25); }
td.TdClassName
{
border-color: #7F9919;
}
.TagClassName
{
border-color: #7F9919;
}
</style>