Shades of Citron #7F930E
Tints of Citron #7F930E
RGB
CMYK
RGB Variations
Color information
#7F930E (or 0x7F930E) is known color: Citron. HEX triplet: 7F, 93 and 0E. RGB value is (127,147,14). Sum of RGB (Red+Green+Blue) = 127+147+14=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #7F930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F930E is #806CF1. Grayscale: #7E7E7E. Windows color (decimal): -8416498 or 955263. OLE color: 955263.
HSL color Cylindrical-coordinate representation of color #7F930E: hue angle of 69.02º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F930E is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 14 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.42 |
| HSL | 69.02º | 0.83% | 0.32% | - |
| HSV(B) | 69.02º | 0.9% | 0.58% | - |
| XYZ | 19.27 | 25.41 | 4.3 | - |
| YUV | 125.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 14 | 0.14 | 0 | 0.90 | 0.42 | 69.02 | 0.83 | 0.32 |
| Hex | 7F | 93 | E | E | 0 | 5A | 2A | 45 | 53 | 20 |
| Octal | 177 | 223 | 16 | 16 | 0 | 132 | 52 | 105 | 123 | 40 |
| Binary | 1111111 | 10010011 | 1110 | 1110 | 0 | 1011010 | 101010 | 1000101 | 1010011 | 100000 |
Color Harmonies of #7F930E
Complementary color
Monochromatic Colors of #7F930E
Black with #7F930E
Text Example
Text Example
White with #7F930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F930E; }
p { color: rgb(127,147,14); }
H1.HeaderClassName
{
color: #7F930E;
}
.AnyTagClassName
{
color: #7F930E;
}
</style>
background-color css
<style>
a { background-color: #7F930E; }
a { background-color: rgb(127,147,14); }
div.DivClassName
{
background-color: #7F930E;
}
.BgClassName
{
background-color: #7F930E;
}
</style>
border-color css
<style>
span { border-color: #7F930E; }
span { border-color: rgb(127,147,14); }
td.TdClassName
{
border-color: #7F930E;
}
.TagClassName
{
border-color: #7F930E;
}
</style>