Shades of Olive #7F8A02
Tints of Olive #7F8A02
RGB
CMYK
RGB Variations
Color information
#7F8A02 (or 0x7F8A02) is known color: Olive. HEX triplet: 7F, 8A and 02. RGB value is (127,138,2). Sum of RGB (Red+Green+Blue) = 127+138+2=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8A02 is #8075FD. Grayscale: #777777. Windows color (decimal): -8418814 or 166527. OLE color: 166527.
HSL color Cylindrical-coordinate representation of color #7F8A02: hue angle of 64.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F8A02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.46 |
| HSL | 64.85º | 0.97% | 0.27% | - |
| HSV(B) | 64.85º | 0.99% | 0.54% | - |
| XYZ | 17.85 | 22.69 | 3.5 | - |
| YUV | 119.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 2 | 0.08 | 0 | 0.99 | 0.46 | 64.85 | 0.97 | 0.27 |
| Hex | 7F | 8A | 2 | 8 | 0 | 63 | 2E | 41 | 61 | 1B |
| Octal | 177 | 212 | 2 | 10 | 0 | 143 | 56 | 101 | 141 | 33 |
| Binary | 1111111 | 10001010 | 10 | 1000 | 0 | 1100011 | 101110 | 1000001 | 1100001 | 11011 |
Color Harmonies of #7F8A02
Complementary color
Monochromatic Colors of #7F8A02
Black with #7F8A02
Text Example
Text Example
White with #7F8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A02; }
p { color: rgb(127,138,2); }
H1.HeaderClassName
{
color: #7F8A02;
}
.AnyTagClassName
{
color: #7F8A02;
}
</style>
background-color css
<style>
a { background-color: #7F8A02; }
a { background-color: rgb(127,138,2); }
div.DivClassName
{
background-color: #7F8A02;
}
.BgClassName
{
background-color: #7F8A02;
}
</style>
border-color css
<style>
span { border-color: #7F8A02; }
span { border-color: rgb(127,138,2); }
td.TdClassName
{
border-color: #7F8A02;
}
.TagClassName
{
border-color: #7F8A02;
}
</style>