Shades of Olive #7F7B01
Tints of Olive #7F7B01
RGB
CMYK
RGB Variations
Color information
#7F7B01 (or 0x7F7B01) is known color: Olive. HEX triplet: 7F, 7B and 01. RGB value is (127,123,1). Sum of RGB (Red+Green+Blue) = 127+123+1=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7B01 is #8084FE. Grayscale: #6E6E6E. Windows color (decimal): -8422655 or 97151. OLE color: 97151.
HSL color Cylindrical-coordinate representation of color #7F7B01: hue angle of 58.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F7B01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.50 |
| HSL | 58.1º | 0.98% | 0.25% | - |
| HSV(B) | 58.1º | 0.99% | 0.5% | - |
| XYZ | 15.84 | 18.68 | 2.8 | - |
| YUV | 110.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 1 | 0 | 0.03 | 0.99 | 0.50 | 58.1 | 0.98 | 0.25 |
| Hex | 7F | 7B | 1 | 0 | 3 | 63 | 32 | 3A | 62 | 19 |
| Octal | 177 | 173 | 1 | 0 | 3 | 143 | 62 | 72 | 142 | 31 |
| Binary | 1111111 | 1111011 | 1 | 0 | 11 | 1100011 | 110010 | 111010 | 1100010 | 11001 |
Color Harmonies of #7F7B01
Complementary color
Monochromatic Colors of #7F7B01
Black with #7F7B01
Text Example
Text Example
White with #7F7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B01; }
p { color: rgb(127,123,1); }
H1.HeaderClassName
{
color: #7F7B01;
}
.AnyTagClassName
{
color: #7F7B01;
}
</style>
background-color css
<style>
a { background-color: #7F7B01; }
a { background-color: rgb(127,123,1); }
div.DivClassName
{
background-color: #7F7B01;
}
.BgClassName
{
background-color: #7F7B01;
}
</style>
border-color css
<style>
span { border-color: #7F7B01; }
span { border-color: rgb(127,123,1); }
td.TdClassName
{
border-color: #7F7B01;
}
.TagClassName
{
border-color: #7F7B01;
}
</style>