Shades of Olive #846903
Tints of Olive #846903
RGB
CMYK
RGB Variations
Color information
#846903 (or 0x846903) is known color: Olive. HEX triplet: 84, 69 and 03. RGB value is (132,105,3). Sum of RGB (Red+Green+Blue) = 132+105+3=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #846903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846903 is #7B96FC. Grayscale: #656565. Windows color (decimal): -8099581 or 223620. OLE color: 223620.
HSL color Cylindrical-coordinate representation of color #846903: hue angle of 47.44º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #846903 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.48 |
| HSL | 47.44º | 0.96% | 0.26% | - |
| HSV(B) | 47.44º | 0.98% | 0.52% | - |
| XYZ | 14.58 | 15.02 | 2.22 | - |
| YUV | 101.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 3 | 0 | 0.20 | 0.98 | 0.48 | 47.44 | 0.96 | 0.26 |
| Hex | 84 | 69 | 3 | 0 | 14 | 62 | 30 | 2F | 60 | 1A |
| Octal | 204 | 151 | 3 | 0 | 24 | 142 | 60 | 57 | 140 | 32 |
| Binary | 10000100 | 1101001 | 11 | 0 | 10100 | 1100010 | 110000 | 101111 | 1100000 | 11010 |
Color Harmonies of #846903
Complementary color
Monochromatic Colors of #846903
Black with #846903
Text Example
Text Example
White with #846903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846903; }
p { color: rgb(132,105,3); }
H1.HeaderClassName
{
color: #846903;
}
.AnyTagClassName
{
color: #846903;
}
</style>
background-color css
<style>
a { background-color: #846903; }
a { background-color: rgb(132,105,3); }
div.DivClassName
{
background-color: #846903;
}
.BgClassName
{
background-color: #846903;
}
</style>
border-color css
<style>
span { border-color: #846903; }
span { border-color: rgb(132,105,3); }
td.TdClassName
{
border-color: #846903;
}
.TagClassName
{
border-color: #846903;
}
</style>