#847A14

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

Shades of Olive #847A14

Tints of Olive #847A14

Color information

#847A14 (or 0x847A14) is unknown color: approx Olive. HEX triplet: 84, 7A and 14. RGB value is (132,122,20). Sum of RGB (Red+Green+Blue) = 132+122+20=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #847A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A14 is #7B85EB. Grayscale: #717171. Windows color (decimal): -8095212 or 1342084. OLE color: 1342084.

HSL color Cylindrical-coordinate representation of color #847A14: hue angle of 54.64º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #847A14 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB13212220-
CMYK00.080.850.48
HSL54.64º73.68%29.8%-
HSV(B)54.64º84.85%51.76%-
XYZ16.618.883.43-
YUV113.3675.31141.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 122 (48.05% from 255) = 44.53%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=48.18%
G=44.53%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321222000.080.850.4854.6473.6829.8
Hex847A14085530374a1e
Octal20417224010125606711236
Binary10000100111101010100010001010101110000110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847A14; }

 p { color: rgb(132,122,20); }

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

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

 a { background-color: rgb(132,122,20); }

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

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

 span { border-color: rgb(132,122,20); }

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