#847206

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

Shades of Olive #847206

Tints of Olive #847206

Color information

#847206 (or 0x847206) is unknown color: approx Olive. HEX triplet: 84, 72 and 06. RGB value is (132,114,6). Sum of RGB (Red+Green+Blue) = 132+114+6=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #847206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847206 is #7B8DF9. Grayscale: #6B6B6B. Windows color (decimal): -8097274 or 422532. OLE color: 422532.

HSL color Cylindrical-coordinate representation of color #847206: hue angle of 51.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #847206 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1321146-
CMYK00.140.950.48
HSL51.43º91.3%27.06%-
HSV(B)51.43º95.45%51.76%-
XYZ15.5716.952.62-
YUV107.0770.96145.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=52.38%
G=45.24%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132114600.140.950.4851.4391.327.06
Hex847260E5F30335b1b
Octal2041626016137606313333
Binary100001001110010110011101011111110000110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847206; }

 p { color: rgb(132,114,6); }

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

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

 a { background-color: rgb(132,114,6); }

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

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

 span { border-color: rgb(132,114,6); }

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