#86917D

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

Shades of Spanish Green #86917D

Tints of Spanish Green #86917D

Color information

#86917D (or 0x86917D) is unknown color: approx Spanish Green. HEX triplet: 86, 91 and 7D. RGB value is (134,145,125). Sum of RGB (Red+Green+Blue) = 134+145+125=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #86917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86917D is #796E82. Grayscale: #8B8B8B. Windows color (decimal): -7958147 or 8229254. OLE color: 8229254.

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

Color convert

RGB134145125-
CMYK0.0800.140.43
HSL93º8.33%52.94%-
HSV(B)93º13.79%56.86%-
XYZ23.6626.823.33-
YUV139.43119.86124.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=33.17%
G=35.89%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451250.0800.140.43938.3352.94
Hex86917D80E2B5d835
Octal20622117510016531351065
Binary1000011010010001111110110000111010101110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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