#846802

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

Shades of Olive #846802

Tints of Olive #846802

Color information

#846802 (or 0x846802) is unknown color: approx Olive. HEX triplet: 84, 68 and 02. RGB value is (132,104,2). Sum of RGB (Red+Green+Blue) = 132+104+2=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #846802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846802 is #7B97FD. Grayscale: #656565. Windows color (decimal): -8099838 or 157828. OLE color: 157828.

HSL color Cylindrical-coordinate representation of color #846802: hue angle of 47.08º degrees, saturation: 0.97, 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 #846802 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1321042-
CMYK00.210.980.48
HSL47.08º97.01%26.27%-
HSV(B)47.08º98.48%51.76%-
XYZ14.4814.812.15-
YUV100.7472.28150.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=55.46%
G=43.70%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132104200.210.980.4847.0897.0126.27
Hex8468201562302f611a
Octal2041502025142605714132
Binary100001001101000100101011100010110000101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846802; }

 p { color: rgb(132,104,2); }

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

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

 a { background-color: rgb(132,104,2); }

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

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

 span { border-color: rgb(132,104,2); }

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