Shades of Olive #827B0D
Tints of Olive #827B0D
RGB
CMYK
RGB Variations
Color information
#827B0D (or 0x827B0D) is known color: Olive. HEX triplet: 82, 7B and 0D. RGB value is (130,123,13). Sum of RGB (Red+Green+Blue) = 130+123+13=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B0D is #7D84F2. Grayscale: #717171. Windows color (decimal): -8226035 or 883586. OLE color: 883586.
HSL color Cylindrical-coordinate representation of color #827B0D: hue angle of 56.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #827B0D is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 13 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.49 |
| HSL | 56.41º | 0.82% | 0.28% | - |
| HSV(B) | 56.41º | 0.9% | 0.51% | - |
| XYZ | 16.36 | 18.94 | 3.17 | - |
| YUV | 112.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 13 | 0 | 0.05 | 0.9 | 0.49 | 56.41 | 0.82 | 0.28 |
| Hex | 82 | 7B | D | 0 | 5 | 5A | 31 | 38 | 52 | 1C |
| Octal | 202 | 173 | 15 | 0 | 5 | 132 | 61 | 70 | 122 | 34 |
| Binary | 10000010 | 1111011 | 1101 | 0 | 101 | 1011010 | 110001 | 111000 | 1010010 | 11100 |
Color Harmonies of #827B0D
Complementary color
Monochromatic Colors of #827B0D
Black with #827B0D
Text Example
Text Example
White with #827B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B0D; }
p { color: rgb(130,123,13); }
H1.HeaderClassName
{
color: #827B0D;
}
.AnyTagClassName
{
color: #827B0D;
}
</style>
background-color css
<style>
a { background-color: #827B0D; }
a { background-color: rgb(130,123,13); }
div.DivClassName
{
background-color: #827B0D;
}
.BgClassName
{
background-color: #827B0D;
}
</style>
border-color css
<style>
span { border-color: #827B0D; }
span { border-color: rgb(130,123,13); }
td.TdClassName
{
border-color: #827B0D;
}
.TagClassName
{
border-color: #827B0D;
}
</style>