Shades of Citron #7F9321
Tints of Citron #7F9321
RGB
CMYK
RGB Variations
Color information
#7F9321 (or 0x7F9321) is known color: Citron. HEX triplet: 7F, 93 and 21. RGB value is (127,147,33). Sum of RGB (Red+Green+Blue) = 127+147+33=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9321 is #806CDE. Grayscale: #808080. Windows color (decimal): -8416479 or 2200447. OLE color: 2200447.
HSL color Cylindrical-coordinate representation of color #7F9321: hue angle of 70.53º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9321 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 33 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.42 |
| HSL | 70.53º | 0.63% | 0.35% | - |
| HSV(B) | 70.53º | 0.78% | 0.58% | - |
| XYZ | 19.46 | 25.49 | 5.33 | - |
| YUV | 128.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 33 | 0.14 | 0 | 0.78 | 0.42 | 70.53 | 0.63 | 0.35 |
| Hex | 7F | 93 | 21 | E | 0 | 4E | 2A | 47 | 3F | 23 |
| Octal | 177 | 223 | 41 | 16 | 0 | 116 | 52 | 107 | 77 | 43 |
| Binary | 1111111 | 10010011 | 100001 | 1110 | 0 | 1001110 | 101010 | 1000111 | 111111 | 100011 |
Color Harmonies of #7F9321
Complementary color
Monochromatic Colors of #7F9321
Black with #7F9321
Text Example
Text Example
White with #7F9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9321; }
p { color: rgb(127,147,33); }
H1.HeaderClassName
{
color: #7F9321;
}
.AnyTagClassName
{
color: #7F9321;
}
</style>
background-color css
<style>
a { background-color: #7F9321; }
a { background-color: rgb(127,147,33); }
div.DivClassName
{
background-color: #7F9321;
}
.BgClassName
{
background-color: #7F9321;
}
</style>
border-color css
<style>
span { border-color: #7F9321; }
span { border-color: rgb(127,147,33); }
td.TdClassName
{
border-color: #7F9321;
}
.TagClassName
{
border-color: #7F9321;
}
</style>