#86917F

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

Shades of Spanish Green #86917F

Tints of Spanish Green #86917F

Color information

#86917F (or 0x86917F) is unknown color: approx Spanish Green. HEX triplet: 86, 91 and 7F. RGB value is (134,145,127). Sum of RGB (Red+Green+Blue) = 134+145+127=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #86917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86917F is #796E80. Grayscale: #8B8B8B. Windows color (decimal): -7958145 or 8360326. OLE color: 8360326.

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

Color convert

RGB134145127-
CMYK0.0800.120.43
HSL96.67º7.56%53.33%-
HSV(B)96.67º12.41%56.86%-
XYZ23.7926.8524.01-
YUV139.66120.86123.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 127 (50% from 255) = 31.28%
R=33.00%
G=35.71%
B=31.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451270.0800.120.4396.677.5653.33
Hex86917F80C2B61835
Octal20622117710014531411065
Binary1000011010010001111111110000110010101111000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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