Shades of Olive #7F6C02
Tints of Olive #7F6C02
RGB
CMYK
RGB Variations
Color information
#7F6C02 (or 0x7F6C02) is known color: Olive. HEX triplet: 7F, 6C and 02. RGB value is (127,108,2). Sum of RGB (Red+Green+Blue) = 127+108+2=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6C02 is #8093FD. Grayscale: #666666. Windows color (decimal): -8426494 or 158847. OLE color: 158847.
HSL color Cylindrical-coordinate representation of color #7F6C02: hue angle of 50.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6C02 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.50 |
| HSL | 50.88º | 0.97% | 0.25% | - |
| HSV(B) | 50.88º | 0.98% | 0.5% | - |
| XYZ | 14.13 | 15.24 | 2.25 | - |
| YUV | 101.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 2 | 0 | 0.15 | 0.98 | 0.50 | 50.88 | 0.97 | 0.25 |
| Hex | 7F | 6C | 2 | 0 | F | 62 | 32 | 33 | 61 | 19 |
| Octal | 177 | 154 | 2 | 0 | 17 | 142 | 62 | 63 | 141 | 31 |
| Binary | 1111111 | 1101100 | 10 | 0 | 1111 | 1100010 | 110010 | 110011 | 1100001 | 11001 |
Color Harmonies of #7F6C02
Complementary color
Monochromatic Colors of #7F6C02
Black with #7F6C02
Text Example
Text Example
White with #7F6C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C02; }
p { color: rgb(127,108,2); }
H1.HeaderClassName
{
color: #7F6C02;
}
.AnyTagClassName
{
color: #7F6C02;
}
</style>
background-color css
<style>
a { background-color: #7F6C02; }
a { background-color: rgb(127,108,2); }
div.DivClassName
{
background-color: #7F6C02;
}
.BgClassName
{
background-color: #7F6C02;
}
</style>
border-color css
<style>
span { border-color: #7F6C02; }
span { border-color: rgb(127,108,2); }
td.TdClassName
{
border-color: #7F6C02;
}
.TagClassName
{
border-color: #7F6C02;
}
</style>