Shades of Citron #7F9622
Tints of Citron #7F9622
RGB
CMYK
RGB Variations
Color information
#7F9622 (or 0x7F9622) is known color: Citron. HEX triplet: 7F, 96 and 22. RGB value is (127,150,34). Sum of RGB (Red+Green+Blue) = 127+150+34=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9622 is #8069DD. Grayscale: #828282. Windows color (decimal): -8415710 or 2266751. OLE color: 2266751.
HSL color Cylindrical-coordinate representation of color #7F9622: hue angle of 71.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F9622 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 34 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.41 |
| HSL | 71.9º | 0.63% | 0.36% | - |
| HSV(B) | 71.9º | 0.77% | 0.59% | - |
| XYZ | 19.95 | 26.44 | 5.57 | - |
| YUV | 129.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 34 | 0.15 | 0 | 0.77 | 0.41 | 71.9 | 0.63 | 0.36 |
| Hex | 7F | 96 | 22 | F | 0 | 4D | 29 | 48 | 3F | 24 |
| Octal | 177 | 226 | 42 | 17 | 0 | 115 | 51 | 110 | 77 | 44 |
| Binary | 1111111 | 10010110 | 100010 | 1111 | 0 | 1001101 | 101001 | 1001000 | 111111 | 100100 |
Color Harmonies of #7F9622
Complementary color
Monochromatic Colors of #7F9622
Black with #7F9622
Text Example
Text Example
White with #7F9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9622; }
p { color: rgb(127,150,34); }
H1.HeaderClassName
{
color: #7F9622;
}
.AnyTagClassName
{
color: #7F9622;
}
</style>
background-color css
<style>
a { background-color: #7F9622; }
a { background-color: rgb(127,150,34); }
div.DivClassName
{
background-color: #7F9622;
}
.BgClassName
{
background-color: #7F9622;
}
</style>
border-color css
<style>
span { border-color: #7F9622; }
span { border-color: rgb(127,150,34); }
td.TdClassName
{
border-color: #7F9622;
}
.TagClassName
{
border-color: #7F9622;
}
</style>