Shades of Olive #828702
Tints of Olive #828702
RGB
CMYK
RGB Variations
Color information
#828702 (or 0x828702) is known color: Olive. HEX triplet: 82, 87 and 02. RGB value is (130,135,2). Sum of RGB (Red+Green+Blue) = 130+135+2=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #828702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828702 is #7D78FD. Grayscale: #767676. Windows color (decimal): -8222974 or 165762. OLE color: 165762.
HSL color Cylindrical-coordinate representation of color #828702: hue angle of 62.26º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828702 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.26º | 0.97% | 0.27% | - |
| HSV(B) | 62.26º | 0.99% | 0.53% | - |
| XYZ | 17.88 | 22.08 | 3.38 | - |
| YUV | 118.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 2 | 0.04 | 0 | 0.99 | 0.47 | 62.26 | 0.97 | 0.27 |
| Hex | 82 | 87 | 2 | 4 | 0 | 63 | 2F | 3E | 61 | 1B |
| Octal | 202 | 207 | 2 | 4 | 0 | 143 | 57 | 76 | 141 | 33 |
| Binary | 10000010 | 10000111 | 10 | 100 | 0 | 1100011 | 101111 | 111110 | 1100001 | 11011 |
Color Harmonies of #828702
Complementary color
Monochromatic Colors of #828702
Black with #828702
Text Example
Text Example
White with #828702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828702; }
p { color: rgb(130,135,2); }
H1.HeaderClassName
{
color: #828702;
}
.AnyTagClassName
{
color: #828702;
}
</style>
background-color css
<style>
a { background-color: #828702; }
a { background-color: rgb(130,135,2); }
div.DivClassName
{
background-color: #828702;
}
.BgClassName
{
background-color: #828702;
}
</style>
border-color css
<style>
span { border-color: #828702; }
span { border-color: rgb(130,135,2); }
td.TdClassName
{
border-color: #828702;
}
.TagClassName
{
border-color: #828702;
}
</style>