Shades of Olive #827703
Tints of Olive #827703
RGB
CMYK
RGB Variations
Color information
#827703 (or 0x827703) is known color: Olive. HEX triplet: 82, 77 and 03. RGB value is (130,119,3). Sum of RGB (Red+Green+Blue) = 130+119+3=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #827703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827703 is #7D88FC. Grayscale: #6D6D6D. Windows color (decimal): -8227069 or 227202. OLE color: 227202.
HSL color Cylindrical-coordinate representation of color #827703: hue angle of 54.8º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #827703 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.49 |
| HSL | 54.8º | 0.95% | 0.26% | - |
| HSV(B) | 54.8º | 0.98% | 0.51% | - |
| XYZ | 15.82 | 17.95 | 2.72 | - |
| YUV | 109.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 3 | 0 | 0.08 | 0.98 | 0.49 | 54.8 | 0.95 | 0.26 |
| Hex | 82 | 77 | 3 | 0 | 8 | 62 | 31 | 37 | 5F | 1A |
| Octal | 202 | 167 | 3 | 0 | 10 | 142 | 61 | 67 | 137 | 32 |
| Binary | 10000010 | 1110111 | 11 | 0 | 1000 | 1100010 | 110001 | 110111 | 1011111 | 11010 |
Color Harmonies of #827703
Complementary color
Monochromatic Colors of #827703
Black with #827703
Text Example
Text Example
White with #827703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827703; }
p { color: rgb(130,119,3); }
H1.HeaderClassName
{
color: #827703;
}
.AnyTagClassName
{
color: #827703;
}
</style>
background-color css
<style>
a { background-color: #827703; }
a { background-color: rgb(130,119,3); }
div.DivClassName
{
background-color: #827703;
}
.BgClassName
{
background-color: #827703;
}
</style>
border-color css
<style>
span { border-color: #827703; }
span { border-color: rgb(130,119,3); }
td.TdClassName
{
border-color: #827703;
}
.TagClassName
{
border-color: #827703;
}
</style>