Shades of Citron #7F9915
Tints of Citron #7F9915
RGB
CMYK
RGB Variations
Color information
#7F9915 (or 0x7F9915) is known color: Citron. HEX triplet: 7F, 99 and 15. RGB value is (127,153,21). Sum of RGB (Red+Green+Blue) = 127+153+21=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9915 is #8066EA. Grayscale: #828282. Windows color (decimal): -8414955 or 1415551. OLE color: 1415551.
HSL color Cylindrical-coordinate representation of color #7F9915: hue angle of 71.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F9915 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 21 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.4 |
| HSL | 71.82º | 0.76% | 0.34% | - |
| HSV(B) | 71.82º | 0.86% | 0.6% | - |
| XYZ | 20.28 | 27.35 | 4.92 | - |
| YUV | 130.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 21 | 0.17 | 0 | 0.86 | 0.4 | 71.82 | 0.76 | 0.34 |
| Hex | 7F | 99 | 15 | 11 | 0 | 56 | 28 | 48 | 4C | 22 |
| Octal | 177 | 231 | 25 | 21 | 0 | 126 | 50 | 110 | 114 | 42 |
| Binary | 1111111 | 10011001 | 10101 | 10001 | 0 | 1010110 | 101000 | 1001000 | 1001100 | 100010 |
Color Harmonies of #7F9915
Complementary color
Monochromatic Colors of #7F9915
Black with #7F9915
Text Example
Text Example
White with #7F9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9915; }
p { color: rgb(127,153,21); }
H1.HeaderClassName
{
color: #7F9915;
}
.AnyTagClassName
{
color: #7F9915;
}
</style>
background-color css
<style>
a { background-color: #7F9915; }
a { background-color: rgb(127,153,21); }
div.DivClassName
{
background-color: #7F9915;
}
.BgClassName
{
background-color: #7F9915;
}
</style>
border-color css
<style>
span { border-color: #7F9915; }
span { border-color: rgb(127,153,21); }
td.TdClassName
{
border-color: #7F9915;
}
.TagClassName
{
border-color: #7F9915;
}
</style>