Shades of Olive #827B08
Tints of Olive #827B08
RGB
CMYK
RGB Variations
Color information
#827B08 (or 0x827B08) is known color: Olive. HEX triplet: 82, 7B and 08. RGB value is (130,123,8). Sum of RGB (Red+Green+Blue) = 130+123+8=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B08 is #7D84F7. Grayscale: #707070. Windows color (decimal): -8226040 or 555906. OLE color: 555906.
HSL color Cylindrical-coordinate representation of color #827B08: hue angle of 56.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #827B08 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 8 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.49 |
| HSL | 56.56º | 0.88% | 0.27% | - |
| HSV(B) | 56.56º | 0.94% | 0.51% | - |
| XYZ | 16.33 | 18.93 | 3.02 | - |
| YUV | 111.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 8 | 0 | 0.05 | 0.94 | 0.49 | 56.56 | 0.88 | 0.27 |
| Hex | 82 | 7B | 8 | 0 | 5 | 5E | 31 | 39 | 58 | 1B |
| Octal | 202 | 173 | 10 | 0 | 5 | 136 | 61 | 71 | 130 | 33 |
| Binary | 10000010 | 1111011 | 1000 | 0 | 101 | 1011110 | 110001 | 111001 | 1011000 | 11011 |
Color Harmonies of #827B08
Complementary color
Monochromatic Colors of #827B08
Black with #827B08
Text Example
Text Example
White with #827B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B08; }
p { color: rgb(130,123,8); }
H1.HeaderClassName
{
color: #827B08;
}
.AnyTagClassName
{
color: #827B08;
}
</style>
background-color css
<style>
a { background-color: #827B08; }
a { background-color: rgb(130,123,8); }
div.DivClassName
{
background-color: #827B08;
}
.BgClassName
{
background-color: #827B08;
}
</style>
border-color css
<style>
span { border-color: #827B08; }
span { border-color: rgb(130,123,8); }
td.TdClassName
{
border-color: #827B08;
}
.TagClassName
{
border-color: #827B08;
}
</style>