Shades of Citron #7F941D
Tints of Citron #7F941D
RGB
CMYK
RGB Variations
Color information
#7F941D (or 0x7F941D) is known color: Citron. HEX triplet: 7F, 94 and 1D. RGB value is (127,148,29). Sum of RGB (Red+Green+Blue) = 127+148+29=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #7F941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F941D is #806BE2. Grayscale: #808080. Windows color (decimal): -8416227 or 1938559. OLE color: 1938559.
HSL color Cylindrical-coordinate representation of color #7F941D: hue angle of 70.59º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F941D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 29 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.42 |
| HSL | 70.59º | 0.67% | 0.35% | - |
| HSV(B) | 70.59º | 0.8% | 0.58% | - |
| XYZ | 19.56 | 25.78 | 5.11 | - |
| YUV | 128.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 29 | 0.14 | 0 | 0.80 | 0.42 | 70.59 | 0.67 | 0.35 |
| Hex | 7F | 94 | 1D | E | 0 | 50 | 2A | 47 | 43 | 23 |
| Octal | 177 | 224 | 35 | 16 | 0 | 120 | 52 | 107 | 103 | 43 |
| Binary | 1111111 | 10010100 | 11101 | 1110 | 0 | 1010000 | 101010 | 1000111 | 1000011 | 100011 |
Color Harmonies of #7F941D
Complementary color
Monochromatic Colors of #7F941D
Black with #7F941D
Text Example
Text Example
White with #7F941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F941D; }
p { color: rgb(127,148,29); }
H1.HeaderClassName
{
color: #7F941D;
}
.AnyTagClassName
{
color: #7F941D;
}
</style>
background-color css
<style>
a { background-color: #7F941D; }
a { background-color: rgb(127,148,29); }
div.DivClassName
{
background-color: #7F941D;
}
.BgClassName
{
background-color: #7F941D;
}
</style>
border-color css
<style>
span { border-color: #7F941D; }
span { border-color: rgb(127,148,29); }
td.TdClassName
{
border-color: #7F941D;
}
.TagClassName
{
border-color: #7F941D;
}
</style>