Shades of Citron #7F970A
Tints of Citron #7F970A
RGB
CMYK
RGB Variations
Color information
#7F970A (or 0x7F970A) is known color: Citron. HEX triplet: 7F, 97 and 0A. RGB value is (127,151,10). Sum of RGB (Red+Green+Blue) = 127+151+10=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #7F970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F970A is #8068F5. Grayscale: #808080. Windows color (decimal): -8415478 or 694143. OLE color: 694143.
HSL color Cylindrical-coordinate representation of color #7F970A: hue angle of 70.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F970A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 10 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.41 |
| HSL | 70.21º | 0.88% | 0.32% | - |
| HSV(B) | 70.21º | 0.93% | 0.59% | - |
| XYZ | 19.87 | 26.67 | 4.39 | - |
| YUV | 127.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 10 | 0.16 | 0 | 0.93 | 0.41 | 70.21 | 0.88 | 0.32 |
| Hex | 7F | 97 | A | 10 | 0 | 5D | 29 | 46 | 58 | 20 |
| Octal | 177 | 227 | 12 | 20 | 0 | 135 | 51 | 106 | 130 | 40 |
| Binary | 1111111 | 10010111 | 1010 | 10000 | 0 | 1011101 | 101001 | 1000110 | 1011000 | 100000 |
Color Harmonies of #7F970A
Complementary color
Monochromatic Colors of #7F970A
Black with #7F970A
Text Example
Text Example
White with #7F970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F970A; }
p { color: rgb(127,151,10); }
H1.HeaderClassName
{
color: #7F970A;
}
.AnyTagClassName
{
color: #7F970A;
}
</style>
background-color css
<style>
a { background-color: #7F970A; }
a { background-color: rgb(127,151,10); }
div.DivClassName
{
background-color: #7F970A;
}
.BgClassName
{
background-color: #7F970A;
}
</style>
border-color css
<style>
span { border-color: #7F970A; }
span { border-color: rgb(127,151,10); }
td.TdClassName
{
border-color: #7F970A;
}
.TagClassName
{
border-color: #7F970A;
}
</style>