#86947F

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

Shades of Spanish Green #86947F

Tints of Spanish Green #86947F

Color information

#86947F (or 0x86947F) is unknown color: approx Spanish Green. HEX triplet: 86, 94 and 7F. RGB value is (134,148,127). Sum of RGB (Red+Green+Blue) = 134+148+127=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #86947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86947F is #796B80. Grayscale: #8D8D8D. Windows color (decimal): -7957377 or 8361094. OLE color: 8361094.

HSL color Cylindrical-coordinate representation of color #86947F: hue angle of 100º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86947F is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB134148127-
CMYK0.0900.140.42
HSL100º8.94%53.92%-
HSV(B)100º14.19%58.04%-
XYZ24.2527.7824.16-
YUV141.42119.86122.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 127 (50% from 255) = 31.05%
R=32.76%
G=36.19%
B=31.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481270.0900.140.421008.9453.92
Hex86947F90E2A64936
Octal20622417711016521441166
Binary1000011010010100111111110010111010101011001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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