Shades of Citron #7B9413
Tints of Citron #7B9413
RGB
CMYK
RGB Variations
Color information
#7B9413 (or 0x7B9413) is known color: Citron. HEX triplet: 7B, 94 and 13. RGB value is (123,148,19). Sum of RGB (Red+Green+Blue) = 123+148+19=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9413 is #846BEC. Grayscale: #7E7E7E. Windows color (decimal): -8678381 or 1283195. OLE color: 1283195.
HSL color Cylindrical-coordinate representation of color #7B9413: hue angle of 71.63º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B9413 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 19 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.42 |
| HSL | 71.63º | 0.77% | 0.33% | - |
| HSV(B) | 71.63º | 0.87% | 0.58% | - |
| XYZ | 18.88 | 25.44 | 4.53 | - |
| YUV | 125.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 19 | 0.17 | 0 | 0.87 | 0.42 | 71.63 | 0.77 | 0.33 |
| Hex | 7B | 94 | 13 | 11 | 0 | 57 | 2A | 48 | 4D | 21 |
| Octal | 173 | 224 | 23 | 21 | 0 | 127 | 52 | 110 | 115 | 41 |
| Binary | 1111011 | 10010100 | 10011 | 10001 | 0 | 1010111 | 101010 | 1001000 | 1001101 | 100001 |
Color Harmonies of #7B9413
Complementary color
Monochromatic Colors of #7B9413
Black with #7B9413
Text Example
Text Example
White with #7B9413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9413; }
p { color: rgb(123,148,19); }
H1.HeaderClassName
{
color: #7B9413;
}
.AnyTagClassName
{
color: #7B9413;
}
</style>
background-color css
<style>
a { background-color: #7B9413; }
a { background-color: rgb(123,148,19); }
div.DivClassName
{
background-color: #7B9413;
}
.BgClassName
{
background-color: #7B9413;
}
</style>
border-color css
<style>
span { border-color: #7B9413; }
span { border-color: rgb(123,148,19); }
td.TdClassName
{
border-color: #7B9413;
}
.TagClassName
{
border-color: #7B9413;
}
</style>