Shades of Olive #7F9201
Tints of Olive #7F9201
RGB
CMYK
RGB Variations
Color information
#7F9201 (or 0x7F9201) is known color: Olive. HEX triplet: 7F, 92 and 01. RGB value is (127,146,1). Sum of RGB (Red+Green+Blue) = 127+146+1=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9201 is #806DFE. Grayscale: #7C7C7C. Windows color (decimal): -8416767 or 103039. OLE color: 103039.
HSL color Cylindrical-coordinate representation of color #7F9201: hue angle of 67.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.43 |
| HSL | 67.86º | 0.99% | 0.29% | - |
| HSV(B) | 67.86º | 0.99% | 0.57% | - |
| XYZ | 19.04 | 25.07 | 3.86 | - |
| YUV | 123.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 1 | 0.13 | 0 | 0.99 | 0.43 | 67.86 | 0.99 | 0.29 |
| Hex | 7F | 92 | 1 | D | 0 | 63 | 2B | 44 | 63 | 1D |
| Octal | 177 | 222 | 1 | 15 | 0 | 143 | 53 | 104 | 143 | 35 |
| Binary | 1111111 | 10010010 | 1 | 1101 | 0 | 1100011 | 101011 | 1000100 | 1100011 | 11101 |
Color Harmonies of #7F9201
Complementary color
Monochromatic Colors of #7F9201
Black with #7F9201
Text Example
Text Example
White with #7F9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9201; }
p { color: rgb(127,146,1); }
H1.HeaderClassName
{
color: #7F9201;
}
.AnyTagClassName
{
color: #7F9201;
}
</style>
background-color css
<style>
a { background-color: #7F9201; }
a { background-color: rgb(127,146,1); }
div.DivClassName
{
background-color: #7F9201;
}
.BgClassName
{
background-color: #7F9201;
}
</style>
border-color css
<style>
span { border-color: #7F9201; }
span { border-color: rgb(127,146,1); }
td.TdClassName
{
border-color: #7F9201;
}
.TagClassName
{
border-color: #7F9201;
}
</style>