Shades of Citron #7F930F
Tints of Citron #7F930F
RGB
CMYK
RGB Variations
Color information
#7F930F (or 0x7F930F) is known color: Citron. HEX triplet: 7F, 93 and 0F. RGB value is (127,147,15). Sum of RGB (Red+Green+Blue) = 127+147+15=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #7F930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F930F is #806CF0. Grayscale: #7E7E7E. Windows color (decimal): -8416497 or 1020799. OLE color: 1020799.
HSL color Cylindrical-coordinate representation of color #7F930F: hue angle of 69.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F930F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 15 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.42 |
| HSL | 69.09º | 0.81% | 0.32% | - |
| HSV(B) | 69.09º | 0.9% | 0.58% | - |
| XYZ | 19.27 | 25.41 | 4.34 | - |
| YUV | 125.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 15 | 0.14 | 0 | 0.90 | 0.42 | 69.09 | 0.81 | 0.32 |
| Hex | 7F | 93 | F | E | 0 | 5A | 2A | 45 | 51 | 20 |
| Octal | 177 | 223 | 17 | 16 | 0 | 132 | 52 | 105 | 121 | 40 |
| Binary | 1111111 | 10010011 | 1111 | 1110 | 0 | 1011010 | 101010 | 1000101 | 1010001 | 100000 |
Color Harmonies of #7F930F
Complementary color
Monochromatic Colors of #7F930F
Black with #7F930F
Text Example
Text Example
White with #7F930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F930F; }
p { color: rgb(127,147,15); }
H1.HeaderClassName
{
color: #7F930F;
}
.AnyTagClassName
{
color: #7F930F;
}
</style>
background-color css
<style>
a { background-color: #7F930F; }
a { background-color: rgb(127,147,15); }
div.DivClassName
{
background-color: #7F930F;
}
.BgClassName
{
background-color: #7F930F;
}
</style>
border-color css
<style>
span { border-color: #7F930F; }
span { border-color: rgb(127,147,15); }
td.TdClassName
{
border-color: #7F930F;
}
.TagClassName
{
border-color: #7F930F;
}
</style>