Shades of Citron #7F9B15
Tints of Citron #7F9B15
RGB
CMYK
RGB Variations
Color information
#7F9B15 (or 0x7F9B15) is known color: Citron. HEX triplet: 7F, 9B and 15. RGB value is (127,155,21). Sum of RGB (Red+Green+Blue) = 127+155+21=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9B15 is #8064EA. Grayscale: #838383. Windows color (decimal): -8414443 or 1416063. OLE color: 1416063.
HSL color Cylindrical-coordinate representation of color #7F9B15: hue angle of 72.54º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F9B15 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 155 | 21 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.39 |
| HSL | 72.54º | 0.76% | 0.35% | - |
| HSV(B) | 72.54º | 0.86% | 0.61% | - |
| XYZ | 20.61 | 28.01 | 5.03 | - |
| YUV | 131.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 21 | 0.18 | 0 | 0.86 | 0.39 | 72.54 | 0.76 | 0.35 |
| Hex | 7F | 9B | 15 | 12 | 0 | 56 | 27 | 49 | 4C | 23 |
| Octal | 177 | 233 | 25 | 22 | 0 | 126 | 47 | 111 | 114 | 43 |
| Binary | 1111111 | 10011011 | 10101 | 10010 | 0 | 1010110 | 100111 | 1001001 | 1001100 | 100011 |
Color Harmonies of #7F9B15
Complementary color
Monochromatic Colors of #7F9B15
Black with #7F9B15
Text Example
Text Example
White with #7F9B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9B15; }
p { color: rgb(127,155,21); }
H1.HeaderClassName
{
color: #7F9B15;
}
.AnyTagClassName
{
color: #7F9B15;
}
</style>
background-color css
<style>
a { background-color: #7F9B15; }
a { background-color: rgb(127,155,21); }
div.DivClassName
{
background-color: #7F9B15;
}
.BgClassName
{
background-color: #7F9B15;
}
</style>
border-color css
<style>
span { border-color: #7F9B15; }
span { border-color: rgb(127,155,21); }
td.TdClassName
{
border-color: #7F9B15;
}
.TagClassName
{
border-color: #7F9B15;
}
</style>