Shades of Citron #7F971B
Tints of Citron #7F971B
RGB
CMYK
RGB Variations
Color information
#7F971B (or 0x7F971B) is known color: Citron. HEX triplet: 7F, 97 and 1B. RGB value is (127,151,27). Sum of RGB (Red+Green+Blue) = 127+151+27=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #7F971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F971B is #8068E4. Grayscale: #828282. Windows color (decimal): -8415461 or 1808255. OLE color: 1808255.
HSL color Cylindrical-coordinate representation of color #7F971B: hue angle of 71.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F971B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 27 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.41 |
| HSL | 71.61º | 0.7% | 0.35% | - |
| HSV(B) | 71.61º | 0.82% | 0.59% | - |
| XYZ | 20.02 | 26.72 | 5.14 | - |
| YUV | 129.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 27 | 0.16 | 0 | 0.82 | 0.41 | 71.61 | 0.7 | 0.35 |
| Hex | 7F | 97 | 1B | 10 | 0 | 52 | 29 | 48 | 46 | 23 |
| Octal | 177 | 227 | 33 | 20 | 0 | 122 | 51 | 110 | 106 | 43 |
| Binary | 1111111 | 10010111 | 11011 | 10000 | 0 | 1010010 | 101001 | 1001000 | 1000110 | 100011 |
Color Harmonies of #7F971B
Complementary color
Monochromatic Colors of #7F971B
Black with #7F971B
Text Example
Text Example
White with #7F971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F971B; }
p { color: rgb(127,151,27); }
H1.HeaderClassName
{
color: #7F971B;
}
.AnyTagClassName
{
color: #7F971B;
}
</style>
background-color css
<style>
a { background-color: #7F971B; }
a { background-color: rgb(127,151,27); }
div.DivClassName
{
background-color: #7F971B;
}
.BgClassName
{
background-color: #7F971B;
}
</style>
border-color css
<style>
span { border-color: #7F971B; }
span { border-color: rgb(127,151,27); }
td.TdClassName
{
border-color: #7F971B;
}
.TagClassName
{
border-color: #7F971B;
}
</style>