Shades of Citron #7B980E
Tints of Citron #7B980E
RGB
CMYK
RGB Variations
Color information
#7B980E (or 0x7B980E) is known color: Citron. HEX triplet: 7B, 98 and 0E. RGB value is (123,152,14). Sum of RGB (Red+Green+Blue) = 123+152+14=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #7B980E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B980E is #8467F1. Grayscale: #808080. Windows color (decimal): -8677362 or 956539. OLE color: 956539.
HSL color Cylindrical-coordinate representation of color #7B980E: hue angle of 72.61º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B980E is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 14 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.40 |
| HSL | 72.61º | 0.83% | 0.33% | - |
| HSV(B) | 72.61º | 0.91% | 0.6% | - |
| XYZ | 19.48 | 26.7 | 4.54 | - |
| YUV | 127.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 14 | 0.19 | 0 | 0.91 | 0.40 | 72.61 | 0.83 | 0.33 |
| Hex | 7B | 98 | E | 13 | 0 | 5B | 28 | 49 | 53 | 21 |
| Octal | 173 | 230 | 16 | 23 | 0 | 133 | 50 | 111 | 123 | 41 |
| Binary | 1111011 | 10011000 | 1110 | 10011 | 0 | 1011011 | 101000 | 1001001 | 1010011 | 100001 |
Color Harmonies of #7B980E
Complementary color
Monochromatic Colors of #7B980E
Black with #7B980E
Text Example
Text Example
White with #7B980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B980E; }
p { color: rgb(123,152,14); }
H1.HeaderClassName
{
color: #7B980E;
}
.AnyTagClassName
{
color: #7B980E;
}
</style>
background-color css
<style>
a { background-color: #7B980E; }
a { background-color: rgb(123,152,14); }
div.DivClassName
{
background-color: #7B980E;
}
.BgClassName
{
background-color: #7B980E;
}
</style>
border-color css
<style>
span { border-color: #7B980E; }
span { border-color: rgb(123,152,14); }
td.TdClassName
{
border-color: #7B980E;
}
.TagClassName
{
border-color: #7B980E;
}
</style>