Shades of Citron #7B950F
Tints of Citron #7B950F
RGB
CMYK
RGB Variations
Color information
#7B950F (or 0x7B950F) is known color: Citron. HEX triplet: 7B, 95 and 0F. RGB value is (123,149,15). Sum of RGB (Red+Green+Blue) = 123+149+15=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #7B950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B950F is #846AF0. Grayscale: #7E7E7E. Windows color (decimal): -8678129 or 1021307. OLE color: 1021307.
HSL color Cylindrical-coordinate representation of color #7B950F: hue angle of 71.64º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B950F is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 15 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.42 |
| HSL | 71.64º | 0.82% | 0.32% | - |
| HSV(B) | 71.64º | 0.9% | 0.58% | - |
| XYZ | 19 | 25.74 | 4.42 | - |
| YUV | 125.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 15 | 0.17 | 0 | 0.90 | 0.42 | 71.64 | 0.82 | 0.32 |
| Hex | 7B | 95 | F | 11 | 0 | 5A | 2A | 48 | 52 | 20 |
| Octal | 173 | 225 | 17 | 21 | 0 | 132 | 52 | 110 | 122 | 40 |
| Binary | 1111011 | 10010101 | 1111 | 10001 | 0 | 1011010 | 101010 | 1001000 | 1010010 | 100000 |
Color Harmonies of #7B950F
Complementary color
Monochromatic Colors of #7B950F
Black with #7B950F
Text Example
Text Example
White with #7B950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B950F; }
p { color: rgb(123,149,15); }
H1.HeaderClassName
{
color: #7B950F;
}
.AnyTagClassName
{
color: #7B950F;
}
</style>
background-color css
<style>
a { background-color: #7B950F; }
a { background-color: rgb(123,149,15); }
div.DivClassName
{
background-color: #7B950F;
}
.BgClassName
{
background-color: #7B950F;
}
</style>
border-color css
<style>
span { border-color: #7B950F; }
span { border-color: rgb(123,149,15); }
td.TdClassName
{
border-color: #7B950F;
}
.TagClassName
{
border-color: #7B950F;
}
</style>