Shades of Citron #7D960B
Tints of Citron #7D960B
RGB
CMYK
RGB Variations
Color information
#7D960B (or 0x7D960B) is known color: Citron. HEX triplet: 7D, 96 and 0B. RGB value is (125,150,11). Sum of RGB (Red+Green+Blue) = 125+150+11=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #7D960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D960B is #8269F4. Grayscale: #7F7F7F. Windows color (decimal): -8546805 or 759421. OLE color: 759421.
HSL color Cylindrical-coordinate representation of color #7D960B: hue angle of 70.79º 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 #7D960B is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 11 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.41 |
| HSL | 70.79º | 0.86% | 0.32% | - |
| HSV(B) | 70.79º | 0.93% | 0.59% | - |
| XYZ | 19.42 | 26.2 | 4.35 | - |
| YUV | 126.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 11 | 0.17 | 0 | 0.93 | 0.41 | 70.79 | 0.86 | 0.32 |
| Hex | 7D | 96 | B | 11 | 0 | 5D | 29 | 47 | 56 | 20 |
| Octal | 175 | 226 | 13 | 21 | 0 | 135 | 51 | 107 | 126 | 40 |
| Binary | 1111101 | 10010110 | 1011 | 10001 | 0 | 1011101 | 101001 | 1000111 | 1010110 | 100000 |
Color Harmonies of #7D960B
Complementary color
Monochromatic Colors of #7D960B
Black with #7D960B
Text Example
Text Example
White with #7D960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D960B; }
p { color: rgb(125,150,11); }
H1.HeaderClassName
{
color: #7D960B;
}
.AnyTagClassName
{
color: #7D960B;
}
</style>
background-color css
<style>
a { background-color: #7D960B; }
a { background-color: rgb(125,150,11); }
div.DivClassName
{
background-color: #7D960B;
}
.BgClassName
{
background-color: #7D960B;
}
</style>
border-color css
<style>
span { border-color: #7D960B; }
span { border-color: rgb(125,150,11); }
td.TdClassName
{
border-color: #7D960B;
}
.TagClassName
{
border-color: #7D960B;
}
</style>