Shades of Citron #7F9314
Tints of Citron #7F9314
RGB
CMYK
RGB Variations
Color information
#7F9314 (or 0x7F9314) is known color: Citron. HEX triplet: 7F, 93 and 14. RGB value is (127,147,20). Sum of RGB (Red+Green+Blue) = 127+147+20=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9314 is #806CEB. Grayscale: #7F7F7F. Windows color (decimal): -8416492 or 1348479. OLE color: 1348479.
HSL color Cylindrical-coordinate representation of color #7F9314: hue angle of 69.45º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F9314 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 20 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.42 |
| HSL | 69.45º | 0.76% | 0.33% | - |
| HSV(B) | 69.45º | 0.86% | 0.58% | - |
| XYZ | 19.31 | 25.43 | 4.55 | - |
| YUV | 126.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 20 | 0.14 | 0 | 0.86 | 0.42 | 69.45 | 0.76 | 0.33 |
| Hex | 7F | 93 | 14 | E | 0 | 56 | 2A | 45 | 4C | 21 |
| Octal | 177 | 223 | 24 | 16 | 0 | 126 | 52 | 105 | 114 | 41 |
| Binary | 1111111 | 10010011 | 10100 | 1110 | 0 | 1010110 | 101010 | 1000101 | 1001100 | 100001 |
Color Harmonies of #7F9314
Complementary color
Monochromatic Colors of #7F9314
Black with #7F9314
Text Example
Text Example
White with #7F9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9314; }
p { color: rgb(127,147,20); }
H1.HeaderClassName
{
color: #7F9314;
}
.AnyTagClassName
{
color: #7F9314;
}
</style>
background-color css
<style>
a { background-color: #7F9314; }
a { background-color: rgb(127,147,20); }
div.DivClassName
{
background-color: #7F9314;
}
.BgClassName
{
background-color: #7F9314;
}
</style>
border-color css
<style>
span { border-color: #7F9314; }
span { border-color: rgb(127,147,20); }
td.TdClassName
{
border-color: #7F9314;
}
.TagClassName
{
border-color: #7F9314;
}
</style>