Shades of Olive #846F07
Tints of Olive #846F07
RGB
CMYK
RGB Variations
Color information
#846F07 (or 0x846F07) is known color: Olive. HEX triplet: 84, 6F and 07. RGB value is (132,111,7). Sum of RGB (Red+Green+Blue) = 132+111+7=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #846F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846F07 is #7B90F8. Grayscale: #696969. Windows color (decimal): -8098041 or 487300. OLE color: 487300.
HSL color Cylindrical-coordinate representation of color #846F07: hue angle of 49.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #846F07 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 7 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.48 |
| HSL | 49.92º | 0.9% | 0.27% | - |
| HSV(B) | 49.92º | 0.95% | 0.52% | - |
| XYZ | 15.24 | 16.29 | 2.54 | - |
| YUV | 105.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 7 | 0 | 0.16 | 0.95 | 0.48 | 49.92 | 0.9 | 0.27 |
| Hex | 84 | 6F | 7 | 0 | 10 | 5F | 30 | 32 | 5A | 1B |
| Octal | 204 | 157 | 7 | 0 | 20 | 137 | 60 | 62 | 132 | 33 |
| Binary | 10000100 | 1101111 | 111 | 0 | 10000 | 1011111 | 110000 | 110010 | 1011010 | 11011 |
Color Harmonies of #846F07
Complementary color
Monochromatic Colors of #846F07
Black with #846F07
Text Example
Text Example
White with #846F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F07; }
p { color: rgb(132,111,7); }
H1.HeaderClassName
{
color: #846F07;
}
.AnyTagClassName
{
color: #846F07;
}
</style>
background-color css
<style>
a { background-color: #846F07; }
a { background-color: rgb(132,111,7); }
div.DivClassName
{
background-color: #846F07;
}
.BgClassName
{
background-color: #846F07;
}
</style>
border-color css
<style>
span { border-color: #846F07; }
span { border-color: rgb(132,111,7); }
td.TdClassName
{
border-color: #846F07;
}
.TagClassName
{
border-color: #846F07;
}
</style>