Shades of Olive #806702
Tints of Olive #806702
RGB
CMYK
RGB Variations
Color information
#806702 (or 0x806702) is known color: Olive. HEX triplet: 80, 67 and 02. RGB value is (128,103,2). Sum of RGB (Red+Green+Blue) = 128+103+2=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #806702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806702 is #7F98FD. Grayscale: #636363. Windows color (decimal): -8362238 or 157568. OLE color: 157568.
HSL color Cylindrical-coordinate representation of color #806702: hue angle of 48.1º 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 #806702 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.50 |
| HSL | 48.1º | 0.97% | 0.25% | - |
| HSV(B) | 48.1º | 0.98% | 0.5% | - |
| XYZ | 13.76 | 14.29 | 2.09 | - |
| YUV | 98.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 2 | 0 | 0.20 | 0.98 | 0.50 | 48.1 | 0.97 | 0.25 |
| Hex | 80 | 67 | 2 | 0 | 14 | 62 | 32 | 30 | 61 | 19 |
| Octal | 200 | 147 | 2 | 0 | 24 | 142 | 62 | 60 | 141 | 31 |
| Binary | 10000000 | 1100111 | 10 | 0 | 10100 | 1100010 | 110010 | 110000 | 1100001 | 11001 |
Color Harmonies of #806702
Complementary color
Monochromatic Colors of #806702
Black with #806702
Text Example
Text Example
White with #806702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806702; }
p { color: rgb(128,103,2); }
H1.HeaderClassName
{
color: #806702;
}
.AnyTagClassName
{
color: #806702;
}
</style>
background-color css
<style>
a { background-color: #806702; }
a { background-color: rgb(128,103,2); }
div.DivClassName
{
background-color: #806702;
}
.BgClassName
{
background-color: #806702;
}
</style>
border-color css
<style>
span { border-color: #806702; }
span { border-color: rgb(128,103,2); }
td.TdClassName
{
border-color: #806702;
}
.TagClassName
{
border-color: #806702;
}
</style>