Shades of Olive #807B0F
Tints of Olive #807B0F
RGB
CMYK
RGB Variations
Color information
#807B0F (or 0x807B0F) is known color: Olive. HEX triplet: 80, 7B and 0F. RGB value is (128,123,15). Sum of RGB (Red+Green+Blue) = 128+123+15=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807B0F is #7F84F0. Grayscale: #707070. Windows color (decimal): -8357105 or 1014656. OLE color: 1014656.
HSL color Cylindrical-coordinate representation of color #807B0F: hue angle of 57.35º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #807B0F is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 15 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.50 |
| HSL | 57.35º | 0.79% | 0.28% | - |
| HSV(B) | 57.35º | 0.88% | 0.5% | - |
| XYZ | 16.07 | 18.79 | 3.23 | - |
| YUV | 112.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 15 | 0 | 0.04 | 0.88 | 0.50 | 57.35 | 0.79 | 0.28 |
| Hex | 80 | 7B | F | 0 | 4 | 58 | 32 | 39 | 4F | 1C |
| Octal | 200 | 173 | 17 | 0 | 4 | 130 | 62 | 71 | 117 | 34 |
| Binary | 10000000 | 1111011 | 1111 | 0 | 100 | 1011000 | 110010 | 111001 | 1001111 | 11100 |
Color Harmonies of #807B0F
Complementary color
Monochromatic Colors of #807B0F
Black with #807B0F
Text Example
Text Example
White with #807B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B0F; }
p { color: rgb(128,123,15); }
H1.HeaderClassName
{
color: #807B0F;
}
.AnyTagClassName
{
color: #807B0F;
}
</style>
background-color css
<style>
a { background-color: #807B0F; }
a { background-color: rgb(128,123,15); }
div.DivClassName
{
background-color: #807B0F;
}
.BgClassName
{
background-color: #807B0F;
}
</style>
border-color css
<style>
span { border-color: #807B0F; }
span { border-color: rgb(128,123,15); }
td.TdClassName
{
border-color: #807B0F;
}
.TagClassName
{
border-color: #807B0F;
}
</style>