Shades of Olive #7F9903
Tints of Olive #7F9903
RGB
CMYK
RGB Variations
Color information
#7F9903 (or 0x7F9903) is known color: Olive. HEX triplet: 7F, 99 and 03. RGB value is (127,153,3). Sum of RGB (Red+Green+Blue) = 127+153+3=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9903 is #8066FC. Grayscale: #808080. Windows color (decimal): -8414973 or 235903. OLE color: 235903.
HSL color Cylindrical-coordinate representation of color #7F9903: hue angle of 70.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F9903 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.4 |
| HSL | 70.4º | 0.96% | 0.31% | - |
| HSV(B) | 70.4º | 0.98% | 0.6% | - |
| XYZ | 20.16 | 27.3 | 4.29 | - |
| YUV | 128.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 3 | 0.17 | 0 | 0.98 | 0.4 | 70.4 | 0.96 | 0.31 |
| Hex | 7F | 99 | 3 | 11 | 0 | 62 | 28 | 46 | 60 | 1F |
| Octal | 177 | 231 | 3 | 21 | 0 | 142 | 50 | 106 | 140 | 37 |
| Binary | 1111111 | 10011001 | 11 | 10001 | 0 | 1100010 | 101000 | 1000110 | 1100000 | 11111 |
Color Harmonies of #7F9903
Complementary color
Monochromatic Colors of #7F9903
Black with #7F9903
Text Example
Text Example
White with #7F9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9903; }
p { color: rgb(127,153,3); }
H1.HeaderClassName
{
color: #7F9903;
}
.AnyTagClassName
{
color: #7F9903;
}
</style>
background-color css
<style>
a { background-color: #7F9903; }
a { background-color: rgb(127,153,3); }
div.DivClassName
{
background-color: #7F9903;
}
.BgClassName
{
background-color: #7F9903;
}
</style>
border-color css
<style>
span { border-color: #7F9903; }
span { border-color: rgb(127,153,3); }
td.TdClassName
{
border-color: #7F9903;
}
.TagClassName
{
border-color: #7F9903;
}
</style>