Shades of Citron #7F9908
Tints of Citron #7F9908
RGB
CMYK
RGB Variations
Color information
#7F9908 (or 0x7F9908) is known color: Citron. HEX triplet: 7F, 99 and 08. RGB value is (127,153,8). Sum of RGB (Red+Green+Blue) = 127+153+8=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9908 is #8066F7. Grayscale: #818181. Windows color (decimal): -8414968 or 563583. OLE color: 563583.
HSL color Cylindrical-coordinate representation of color #7F9908: hue angle of 70.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F9908 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 8 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.4 |
| HSL | 70.76º | 0.9% | 0.32% | - |
| HSV(B) | 70.76º | 0.95% | 0.6% | - |
| XYZ | 20.19 | 27.31 | 4.44 | - |
| YUV | 128.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 8 | 0.17 | 0 | 0.95 | 0.4 | 70.76 | 0.9 | 0.32 |
| Hex | 7F | 99 | 8 | 11 | 0 | 5F | 28 | 47 | 5A | 20 |
| Octal | 177 | 231 | 10 | 21 | 0 | 137 | 50 | 107 | 132 | 40 |
| Binary | 1111111 | 10011001 | 1000 | 10001 | 0 | 1011111 | 101000 | 1000111 | 1011010 | 100000 |
Color Harmonies of #7F9908
Complementary color
Monochromatic Colors of #7F9908
Black with #7F9908
Text Example
Text Example
White with #7F9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9908; }
p { color: rgb(127,153,8); }
H1.HeaderClassName
{
color: #7F9908;
}
.AnyTagClassName
{
color: #7F9908;
}
</style>
background-color css
<style>
a { background-color: #7F9908; }
a { background-color: rgb(127,153,8); }
div.DivClassName
{
background-color: #7F9908;
}
.BgClassName
{
background-color: #7F9908;
}
</style>
border-color css
<style>
span { border-color: #7F9908; }
span { border-color: rgb(127,153,8); }
td.TdClassName
{
border-color: #7F9908;
}
.TagClassName
{
border-color: #7F9908;
}
</style>