Shades of Citron #7F9D0D
Tints of Citron #7F9D0D
RGB
CMYK
RGB Variations
Color information
#7F9D0D (or 0x7F9D0D) is known color: Citron. HEX triplet: 7F, 9D and 0D. RGB value is (127,157,13). Sum of RGB (Red+Green+Blue) = 127+157+13=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9D0D is #8062F2. Grayscale: #848484. Windows color (decimal): -8413939 or 892287. OLE color: 892287.
HSL color Cylindrical-coordinate representation of color #7F9D0D: hue angle of 72.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F9D0D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 13 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.38 |
| HSL | 72.5º | 0.85% | 0.33% | - |
| HSV(B) | 72.5º | 0.92% | 0.62% | - |
| XYZ | 20.88 | 28.66 | 4.81 | - |
| YUV | 131.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 13 | 0.19 | 0 | 0.92 | 0.38 | 72.5 | 0.85 | 0.33 |
| Hex | 7F | 9D | D | 13 | 0 | 5C | 26 | 48 | 55 | 21 |
| Octal | 177 | 235 | 15 | 23 | 0 | 134 | 46 | 110 | 125 | 41 |
| Binary | 1111111 | 10011101 | 1101 | 10011 | 0 | 1011100 | 100110 | 1001000 | 1010101 | 100001 |
Color Harmonies of #7F9D0D
Complementary color
Monochromatic Colors of #7F9D0D
Black with #7F9D0D
Text Example
Text Example
White with #7F9D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D0D; }
p { color: rgb(127,157,13); }
H1.HeaderClassName
{
color: #7F9D0D;
}
.AnyTagClassName
{
color: #7F9D0D;
}
</style>
background-color css
<style>
a { background-color: #7F9D0D; }
a { background-color: rgb(127,157,13); }
div.DivClassName
{
background-color: #7F9D0D;
}
.BgClassName
{
background-color: #7F9D0D;
}
</style>
border-color css
<style>
span { border-color: #7F9D0D; }
span { border-color: rgb(127,157,13); }
td.TdClassName
{
border-color: #7F9D0D;
}
.TagClassName
{
border-color: #7F9D0D;
}
</style>