Shades of Citron #7F951D
Tints of Citron #7F951D
RGB
CMYK
RGB Variations
Color information
#7F951D (or 0x7F951D) is known color: Citron. HEX triplet: 7F, 95 and 1D. RGB value is (127,149,29). Sum of RGB (Red+Green+Blue) = 127+149+29=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #7F951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F951D is #806AE2. Grayscale: #818181. Windows color (decimal): -8415971 or 1938815. OLE color: 1938815.
HSL color Cylindrical-coordinate representation of color #7F951D: hue angle of 71º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F951D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 29 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.42 |
| HSL | 71º | 0.67% | 0.35% | - |
| HSV(B) | 71º | 0.81% | 0.58% | - |
| XYZ | 19.72 | 26.1 | 5.16 | - |
| YUV | 128.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 29 | 0.15 | 0 | 0.81 | 0.42 | 71 | 0.67 | 0.35 |
| Hex | 7F | 95 | 1D | F | 0 | 51 | 2A | 47 | 43 | 23 |
| Octal | 177 | 225 | 35 | 17 | 0 | 121 | 52 | 107 | 103 | 43 |
| Binary | 1111111 | 10010101 | 11101 | 1111 | 0 | 1010001 | 101010 | 1000111 | 1000011 | 100011 |
Color Harmonies of #7F951D
Complementary color
Monochromatic Colors of #7F951D
Black with #7F951D
Text Example
Text Example
White with #7F951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F951D; }
p { color: rgb(127,149,29); }
H1.HeaderClassName
{
color: #7F951D;
}
.AnyTagClassName
{
color: #7F951D;
}
</style>
background-color css
<style>
a { background-color: #7F951D; }
a { background-color: rgb(127,149,29); }
div.DivClassName
{
background-color: #7F951D;
}
.BgClassName
{
background-color: #7F951D;
}
</style>
border-color css
<style>
span { border-color: #7F951D; }
span { border-color: rgb(127,149,29); }
td.TdClassName
{
border-color: #7F951D;
}
.TagClassName
{
border-color: #7F951D;
}
</style>