#846D00

Color #846D00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #846D00

Tints of Olive #846D00

Color information

#846D00 (or 0x846D00) is unknown color: approx Olive. HEX triplet: 84, 6D and 00. RGB value is (132,109,0). Sum of RGB (Red+Green+Blue) = 132+109+0=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #846D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846D00 is #7B92FF. Grayscale: #676767. Windows color (decimal): -8098560 or 28036. OLE color: 28036.

HSL color Cylindrical-coordinate representation of color #846D00: hue angle of 49.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #846D00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1321090-
CMYK00.1710.48
HSL49.55º100%25.88%-
HSV(B)49.55º100%51.76%-
XYZ14.9815.842.27-
YUV103.4569.62148.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.77%
G=45.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132109000.1710.4849.5510025.88
Hex846D0011643032641a
Octal2041550021144606214432
Binary10000100110110100100011100100110000110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D00; }

 p { color: rgb(132,109,0); }

 H1.HeaderClassName
 {
   color: #846D00;
 }
 .AnyTagClassName
 {
   color: #846D00;
 }
</style>
background-color css

<style>
 a { background-color: #846D00; }

 a { background-color: rgb(132,109,0); }

 div.DivClassName
 {
   background-color: #846D00;
 }
 .BgClassName
 {
   background-color: #846D00;
 }
</style>
border-color css

<style>
 span { border-color: #846D00; }

 span { border-color: rgb(132,109,0); }

 td.TdClassName
 {
   border-color: #846D00;
 }
 .TagClassName
 {
   border-color: #846D00;
 }
</style>