#86917E

Color #86917E Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #86917E

Tints of Spanish Green #86917E

Color information

#86917E (or 0x86917E) is unknown color: approx Spanish Green. HEX triplet: 86, 91 and 7E. RGB value is (134,145,126). Sum of RGB (Red+Green+Blue) = 134+145+126=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #86917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86917E is #796E81. Grayscale: #8B8B8B. Windows color (decimal): -7958146 or 8294790. OLE color: 8294790.

HSL color Cylindrical-coordinate representation of color #86917E: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86917E is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB134145126-
CMYK0.0800.130.43
HSL94.74º7.95%53.14%-
HSV(B)94.74º13.1%56.86%-
XYZ23.7226.8323.67-
YUV139.54120.36124.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=33.09%
G=35.80%
B=31.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451260.0800.130.4394.747.9553.14
Hex86917E80D2B5f835
Octal20622117610015531371065
Binary1000011010010001111111010000110110101110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86917E; }

 p { color: rgb(134,145,126); }

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

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

 a { background-color: rgb(134,145,126); }

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

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

 span { border-color: rgb(134,145,126); }

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