Shades of Olive #829703
Tints of Olive #829703
RGB
CMYK
RGB Variations
Color information
#829703 (or 0x829703) is known color: Olive. HEX triplet: 82, 97 and 03. RGB value is (130,151,3). Sum of RGB (Red+Green+Blue) = 130+151+3=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #829703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829703 is #7D68FC. Grayscale: #808080. Windows color (decimal): -8218877 or 235394. OLE color: 235394.
HSL color Cylindrical-coordinate representation of color #829703: hue angle of 68.51º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #829703 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.41 |
| HSL | 68.51º | 0.96% | 0.3% | - |
| HSV(B) | 68.51º | 0.98% | 0.59% | - |
| XYZ | 20.29 | 26.89 | 4.21 | - |
| YUV | 127.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 3 | 0.14 | 0 | 0.98 | 0.41 | 68.51 | 0.96 | 0.3 |
| Hex | 82 | 97 | 3 | E | 0 | 62 | 29 | 45 | 60 | 1E |
| Octal | 202 | 227 | 3 | 16 | 0 | 142 | 51 | 105 | 140 | 36 |
| Binary | 10000010 | 10010111 | 11 | 1110 | 0 | 1100010 | 101001 | 1000101 | 1100000 | 11110 |
Color Harmonies of #829703
Complementary color
Monochromatic Colors of #829703
Black with #829703
Text Example
Text Example
White with #829703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829703; }
p { color: rgb(130,151,3); }
H1.HeaderClassName
{
color: #829703;
}
.AnyTagClassName
{
color: #829703;
}
</style>
background-color css
<style>
a { background-color: #829703; }
a { background-color: rgb(130,151,3); }
div.DivClassName
{
background-color: #829703;
}
.BgClassName
{
background-color: #829703;
}
</style>
border-color css
<style>
span { border-color: #829703; }
span { border-color: rgb(130,151,3); }
td.TdClassName
{
border-color: #829703;
}
.TagClassName
{
border-color: #829703;
}
</style>