Shades of Citron #7A970B
Tints of Citron #7A970B
RGB
CMYK
RGB Variations
Color information
#7A970B (or 0x7A970B) is known color: Citron. HEX triplet: 7A, 97 and 0B. RGB value is (122,151,11). Sum of RGB (Red+Green+Blue) = 122+151+11=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #7A970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A970B is #8568F4. Grayscale: #7E7E7E. Windows color (decimal): -8743157 or 759674. OLE color: 759674.
HSL color Cylindrical-coordinate representation of color #7A970B: hue angle of 72.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A970B is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 11 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.41 |
| HSL | 72.43º | 0.86% | 0.32% | - |
| HSV(B) | 72.43º | 0.93% | 0.59% | - |
| XYZ | 19.15 | 26.29 | 4.38 | - |
| YUV | 126.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 11 | 0.19 | 0 | 0.93 | 0.41 | 72.43 | 0.86 | 0.32 |
| Hex | 7A | 97 | B | 13 | 0 | 5D | 29 | 48 | 56 | 20 |
| Octal | 172 | 227 | 13 | 23 | 0 | 135 | 51 | 110 | 126 | 40 |
| Binary | 1111010 | 10010111 | 1011 | 10011 | 0 | 1011101 | 101001 | 1001000 | 1010110 | 100000 |
Color Harmonies of #7A970B
Complementary color
Monochromatic Colors of #7A970B
Black with #7A970B
Text Example
Text Example
White with #7A970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A970B; }
p { color: rgb(122,151,11); }
H1.HeaderClassName
{
color: #7A970B;
}
.AnyTagClassName
{
color: #7A970B;
}
</style>
background-color css
<style>
a { background-color: #7A970B; }
a { background-color: rgb(122,151,11); }
div.DivClassName
{
background-color: #7A970B;
}
.BgClassName
{
background-color: #7A970B;
}
</style>
border-color css
<style>
span { border-color: #7A970B; }
span { border-color: rgb(122,151,11); }
td.TdClassName
{
border-color: #7A970B;
}
.TagClassName
{
border-color: #7A970B;
}
</style>