Shades of Citron #7F970C
Tints of Citron #7F970C
RGB
CMYK
RGB Variations
Color information
#7F970C (or 0x7F970C) is known color: Citron. HEX triplet: 7F, 97 and 0C. RGB value is (127,151,12). Sum of RGB (Red+Green+Blue) = 127+151+12=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #7F970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F970C is #8068F3. Grayscale: #808080. Windows color (decimal): -8415476 or 825215. OLE color: 825215.
HSL color Cylindrical-coordinate representation of color #7F970C: hue angle of 70.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F970C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 12 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.41 |
| HSL | 70.36º | 0.85% | 0.32% | - |
| HSV(B) | 70.36º | 0.92% | 0.59% | - |
| XYZ | 19.89 | 26.67 | 4.45 | - |
| YUV | 127.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 12 | 0.16 | 0 | 0.92 | 0.41 | 70.36 | 0.85 | 0.32 |
| Hex | 7F | 97 | C | 10 | 0 | 5C | 29 | 46 | 55 | 20 |
| Octal | 177 | 227 | 14 | 20 | 0 | 134 | 51 | 106 | 125 | 40 |
| Binary | 1111111 | 10010111 | 1100 | 10000 | 0 | 1011100 | 101001 | 1000110 | 1010101 | 100000 |
Color Harmonies of #7F970C
Complementary color
Monochromatic Colors of #7F970C
Black with #7F970C
Text Example
Text Example
White with #7F970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F970C; }
p { color: rgb(127,151,12); }
H1.HeaderClassName
{
color: #7F970C;
}
.AnyTagClassName
{
color: #7F970C;
}
</style>
background-color css
<style>
a { background-color: #7F970C; }
a { background-color: rgb(127,151,12); }
div.DivClassName
{
background-color: #7F970C;
}
.BgClassName
{
background-color: #7F970C;
}
</style>
border-color css
<style>
span { border-color: #7F970C; }
span { border-color: rgb(127,151,12); }
td.TdClassName
{
border-color: #7F970C;
}
.TagClassName
{
border-color: #7F970C;
}
</style>