Shades of Citron #7F9322
Tints of Citron #7F9322
RGB
CMYK
RGB Variations
Color information
#7F9322 (or 0x7F9322) is known color: Citron. HEX triplet: 7F, 93 and 22. RGB value is (127,147,34). Sum of RGB (Red+Green+Blue) = 127+147+34=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9322 is #806CDD. Grayscale: #808080. Windows color (decimal): -8416478 or 2265983. OLE color: 2265983.
HSL color Cylindrical-coordinate representation of color #7F9322: hue angle of 70.62º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F9322 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 34 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.42 |
| HSL | 70.62º | 0.62% | 0.35% | - |
| HSV(B) | 70.62º | 0.77% | 0.58% | - |
| XYZ | 19.47 | 25.49 | 5.41 | - |
| YUV | 128.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 34 | 0.14 | 0 | 0.77 | 0.42 | 70.62 | 0.62 | 0.35 |
| Hex | 7F | 93 | 22 | E | 0 | 4D | 2A | 47 | 3E | 23 |
| Octal | 177 | 223 | 42 | 16 | 0 | 115 | 52 | 107 | 76 | 43 |
| Binary | 1111111 | 10010011 | 100010 | 1110 | 0 | 1001101 | 101010 | 1000111 | 111110 | 100011 |
Color Harmonies of #7F9322
Complementary color
Monochromatic Colors of #7F9322
Black with #7F9322
Text Example
Text Example
White with #7F9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9322; }
p { color: rgb(127,147,34); }
H1.HeaderClassName
{
color: #7F9322;
}
.AnyTagClassName
{
color: #7F9322;
}
</style>
background-color css
<style>
a { background-color: #7F9322; }
a { background-color: rgb(127,147,34); }
div.DivClassName
{
background-color: #7F9322;
}
.BgClassName
{
background-color: #7F9322;
}
</style>
border-color css
<style>
span { border-color: #7F9322; }
span { border-color: rgb(127,147,34); }
td.TdClassName
{
border-color: #7F9322;
}
.TagClassName
{
border-color: #7F9322;
}
</style>