#847510

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

Shades of Olive #847510

Tints of Olive #847510

Color information

#847510 (or 0x847510) is unknown color: approx Olive. HEX triplet: 84, 75 and 10. RGB value is (132,117,16). Sum of RGB (Red+Green+Blue) = 132+117+16=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #847510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847510 is #7B8AEF. Grayscale: #6E6E6E. Windows color (decimal): -8096496 or 1078660. OLE color: 1078660.

HSL color Cylindrical-coordinate representation of color #847510: hue angle of 52.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #847510 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13211716-
CMYK00.110.880.48
HSL52.24º78.38%29.02%-
HSV(B)52.24º87.88%51.76%-
XYZ15.9717.673.06-
YUV109.9774.97143.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=49.81%
G=44.15%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321171600.110.880.4852.2478.3829.02
Hex8475100B5830344e1d
Octal20416520013130606411635
Binary10000100111010110000010111011000110000110100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847510; }

 p { color: rgb(132,117,16); }

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

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

 a { background-color: rgb(132,117,16); }

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

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

 span { border-color: rgb(132,117,16); }

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