#847106

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

Shades of Olive #847106

Tints of Olive #847106

Color information

#847106 (or 0x847106) is unknown color: approx Olive. HEX triplet: 84, 71 and 06. RGB value is (132,113,6). Sum of RGB (Red+Green+Blue) = 132+113+6=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #847106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847106 is #7B8EF9. Grayscale: #6A6A6A. Windows color (decimal): -8097530 or 422276. OLE color: 422276.

HSL color Cylindrical-coordinate representation of color #847106: hue angle of 50.95º 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 #847106 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1321136-
CMYK00.140.950.48
HSL50.95º91.3%27.06%-
HSV(B)50.95º95.45%51.76%-
XYZ15.4516.732.59-
YUV106.4871.29146.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=52.59%
G=45.02%
B=2.39%

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
Decimal132113600.140.950.4850.9591.327.06
Hex847160E5F30335b1b
Octal2041616016137606313333
Binary100001001110001110011101011111110000110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847106; }

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

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

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

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

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

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

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

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