#847712

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

Shades of Olive #847712

Tints of Olive #847712

Color information

#847712 (or 0x847712) is unknown color: approx Olive. HEX triplet: 84, 77 and 12. RGB value is (132,119,18). Sum of RGB (Red+Green+Blue) = 132+119+18=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #847712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847712 is #7B88ED. Grayscale: #6F6F6F. Windows color (decimal): -8095982 or 1210244. OLE color: 1210244.

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

Color convert

RGB13211918-
CMYK00.100.860.48
HSL53.16º76%29.41%-
HSV(B)53.16º86.36%51.76%-
XYZ16.2218.143.22-
YUV111.3775.31142.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=49.07%
G=44.24%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321191800.100.860.4853.167629.41
Hex8477120A5630354c1d
Octal20416722012126606511435
Binary10000100111011110010010101010110110000110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847712; }

 p { color: rgb(132,119,18); }

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

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

 a { background-color: rgb(132,119,18); }

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

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

 span { border-color: rgb(132,119,18); }

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