Shades of Olive #7F9901
Tints of Olive #7F9901
RGB
CMYK
RGB Variations
Color information
#7F9901 (or 0x7F9901) is known color: Olive. HEX triplet: 7F, 99 and 01. RGB value is (127,153,1). Sum of RGB (Red+Green+Blue) = 127+153+1=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9901 is #8066FE. Grayscale: #808080. Windows color (decimal): -8414975 or 104831. OLE color: 104831.
HSL color Cylindrical-coordinate representation of color #7F9901: hue angle of 70.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9901 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.4 |
| HSL | 70.26º | 0.99% | 0.3% | - |
| HSV(B) | 70.26º | 0.99% | 0.6% | - |
| XYZ | 20.15 | 27.3 | 4.24 | - |
| YUV | 127.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 1 | 0.17 | 0 | 0.99 | 0.4 | 70.26 | 0.99 | 0.3 |
| Hex | 7F | 99 | 1 | 11 | 0 | 63 | 28 | 46 | 63 | 1E |
| Octal | 177 | 231 | 1 | 21 | 0 | 143 | 50 | 106 | 143 | 36 |
| Binary | 1111111 | 10011001 | 1 | 10001 | 0 | 1100011 | 101000 | 1000110 | 1100011 | 11110 |
Color Harmonies of #7F9901
Complementary color
Monochromatic Colors of #7F9901
Black with #7F9901
Text Example
Text Example
White with #7F9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9901; }
p { color: rgb(127,153,1); }
H1.HeaderClassName
{
color: #7F9901;
}
.AnyTagClassName
{
color: #7F9901;
}
</style>
background-color css
<style>
a { background-color: #7F9901; }
a { background-color: rgb(127,153,1); }
div.DivClassName
{
background-color: #7F9901;
}
.BgClassName
{
background-color: #7F9901;
}
</style>
border-color css
<style>
span { border-color: #7F9901; }
span { border-color: rgb(127,153,1); }
td.TdClassName
{
border-color: #7F9901;
}
.TagClassName
{
border-color: #7F9901;
}
</style>