Shades of Citron #7D971C
Tints of Citron #7D971C
RGB
CMYK
RGB Variations
Color information
#7D971C (or 0x7D971C) is known color: Citron. HEX triplet: 7D, 97 and 1C. RGB value is (125,151,28). Sum of RGB (Red+Green+Blue) = 125+151+28=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #7D971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D971C is #8268E3. Grayscale: #818181. Windows color (decimal): -8546532 or 1873789. OLE color: 1873789.
HSL color Cylindrical-coordinate representation of color #7D971C: hue angle of 72.68º degrees, saturation: 0.69, 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 #7D971C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 28 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.41 |
| HSL | 72.68º | 0.69% | 0.35% | - |
| HSV(B) | 72.68º | 0.81% | 0.59% | - |
| XYZ | 19.73 | 26.58 | 5.19 | - |
| YUV | 129.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 28 | 0.17 | 0 | 0.81 | 0.41 | 72.68 | 0.69 | 0.35 |
| Hex | 7D | 97 | 1C | 11 | 0 | 51 | 29 | 49 | 45 | 23 |
| Octal | 175 | 227 | 34 | 21 | 0 | 121 | 51 | 111 | 105 | 43 |
| Binary | 1111101 | 10010111 | 11100 | 10001 | 0 | 1010001 | 101001 | 1001001 | 1000101 | 100011 |
Color Harmonies of #7D971C
Complementary color
Monochromatic Colors of #7D971C
Black with #7D971C
Text Example
Text Example
White with #7D971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D971C; }
p { color: rgb(125,151,28); }
H1.HeaderClassName
{
color: #7D971C;
}
.AnyTagClassName
{
color: #7D971C;
}
</style>
background-color css
<style>
a { background-color: #7D971C; }
a { background-color: rgb(125,151,28); }
div.DivClassName
{
background-color: #7D971C;
}
.BgClassName
{
background-color: #7D971C;
}
</style>
border-color css
<style>
span { border-color: #7D971C; }
span { border-color: rgb(125,151,28); }
td.TdClassName
{
border-color: #7D971C;
}
.TagClassName
{
border-color: #7D971C;
}
</style>