Shades of Citron #7B950D
Tints of Citron #7B950D
RGB
CMYK
RGB Variations
Color information
#7B950D (or 0x7B950D) is known color: Citron. HEX triplet: 7B, 95 and 0D. RGB value is (123,149,13). Sum of RGB (Red+Green+Blue) = 123+149+13=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #7B950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B950D is #846AF2. Grayscale: #7E7E7E. Windows color (decimal): -8678131 or 890235. OLE color: 890235.
HSL color Cylindrical-coordinate representation of color #7B950D: hue angle of 71.47º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B950D is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 13 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.42 |
| HSL | 71.47º | 0.84% | 0.32% | - |
| HSV(B) | 71.47º | 0.91% | 0.58% | - |
| XYZ | 18.99 | 25.73 | 4.35 | - |
| YUV | 125.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 13 | 0.17 | 0 | 0.91 | 0.42 | 71.47 | 0.84 | 0.32 |
| Hex | 7B | 95 | D | 11 | 0 | 5B | 2A | 47 | 54 | 20 |
| Octal | 173 | 225 | 15 | 21 | 0 | 133 | 52 | 107 | 124 | 40 |
| Binary | 1111011 | 10010101 | 1101 | 10001 | 0 | 1011011 | 101010 | 1000111 | 1010100 | 100000 |
Color Harmonies of #7B950D
Complementary color
Monochromatic Colors of #7B950D
Black with #7B950D
Text Example
Text Example
White with #7B950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B950D; }
p { color: rgb(123,149,13); }
H1.HeaderClassName
{
color: #7B950D;
}
.AnyTagClassName
{
color: #7B950D;
}
</style>
background-color css
<style>
a { background-color: #7B950D; }
a { background-color: rgb(123,149,13); }
div.DivClassName
{
background-color: #7B950D;
}
.BgClassName
{
background-color: #7B950D;
}
</style>
border-color css
<style>
span { border-color: #7B950D; }
span { border-color: rgb(123,149,13); }
td.TdClassName
{
border-color: #7B950D;
}
.TagClassName
{
border-color: #7B950D;
}
</style>