Shades of Citron #7F971D
Tints of Citron #7F971D
RGB
CMYK
RGB Variations
Color information
#7F971D (or 0x7F971D) is known color: Citron. HEX triplet: 7F, 97 and 1D. RGB value is (127,151,29). Sum of RGB (Red+Green+Blue) = 127+151+29=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #7F971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F971D is #8068E2. Grayscale: #828282. Windows color (decimal): -8415459 or 1939327. OLE color: 1939327.
HSL color Cylindrical-coordinate representation of color #7F971D: hue angle of 71.8º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F971D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 29 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.41 |
| HSL | 71.8º | 0.68% | 0.35% | - |
| HSV(B) | 71.8º | 0.81% | 0.59% | - |
| XYZ | 20.04 | 26.73 | 5.27 | - |
| YUV | 129.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 29 | 0.16 | 0 | 0.81 | 0.41 | 71.8 | 0.68 | 0.35 |
| Hex | 7F | 97 | 1D | 10 | 0 | 51 | 29 | 48 | 44 | 23 |
| Octal | 177 | 227 | 35 | 20 | 0 | 121 | 51 | 110 | 104 | 43 |
| Binary | 1111111 | 10010111 | 11101 | 10000 | 0 | 1010001 | 101001 | 1001000 | 1000100 | 100011 |
Color Harmonies of #7F971D
Complementary color
Monochromatic Colors of #7F971D
Black with #7F971D
Text Example
Text Example
White with #7F971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F971D; }
p { color: rgb(127,151,29); }
H1.HeaderClassName
{
color: #7F971D;
}
.AnyTagClassName
{
color: #7F971D;
}
</style>
background-color css
<style>
a { background-color: #7F971D; }
a { background-color: rgb(127,151,29); }
div.DivClassName
{
background-color: #7F971D;
}
.BgClassName
{
background-color: #7F971D;
}
</style>
border-color css
<style>
span { border-color: #7F971D; }
span { border-color: rgb(127,151,29); }
td.TdClassName
{
border-color: #7F971D;
}
.TagClassName
{
border-color: #7F971D;
}
</style>