Shades of Citron #7F9A1E
Tints of Citron #7F9A1E
RGB
CMYK
RGB Variations
Color information
#7F9A1E (or 0x7F9A1E) is known color: Citron. HEX triplet: 7F, 9A and 1E. RGB value is (127,154,30). Sum of RGB (Red+Green+Blue) = 127+154+30=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9A1E is #8065E1. Grayscale: #848484. Windows color (decimal): -8414690 or 2005631. OLE color: 2005631.
HSL color Cylindrical-coordinate representation of color #7F9A1E: hue angle of 73.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F9A1E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 154 | 30 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.40 |
| HSL | 73.06º | 0.67% | 0.36% | - |
| HSV(B) | 73.06º | 0.81% | 0.6% | - |
| XYZ | 20.54 | 27.72 | 5.5 | - |
| YUV | 131.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 30 | 0.18 | 0 | 0.81 | 0.40 | 73.06 | 0.67 | 0.36 |
| Hex | 7F | 9A | 1E | 12 | 0 | 51 | 28 | 49 | 43 | 24 |
| Octal | 177 | 232 | 36 | 22 | 0 | 121 | 50 | 111 | 103 | 44 |
| Binary | 1111111 | 10011010 | 11110 | 10010 | 0 | 1010001 | 101000 | 1001001 | 1000011 | 100100 |
Color Harmonies of #7F9A1E
Complementary color
Monochromatic Colors of #7F9A1E
Black with #7F9A1E
Text Example
Text Example
White with #7F9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9A1E; }
p { color: rgb(127,154,30); }
H1.HeaderClassName
{
color: #7F9A1E;
}
.AnyTagClassName
{
color: #7F9A1E;
}
</style>
background-color css
<style>
a { background-color: #7F9A1E; }
a { background-color: rgb(127,154,30); }
div.DivClassName
{
background-color: #7F9A1E;
}
.BgClassName
{
background-color: #7F9A1E;
}
</style>
border-color css
<style>
span { border-color: #7F9A1E; }
span { border-color: rgb(127,154,30); }
td.TdClassName
{
border-color: #7F9A1E;
}
.TagClassName
{
border-color: #7F9A1E;
}
</style>