#86907D

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

Shades of Spanish Green #86907D

Tints of Spanish Green #86907D

Color information

#86907D (or 0x86907D) is unknown color: approx Spanish Green. HEX triplet: 86, 90 and 7D. RGB value is (134,144,125). Sum of RGB (Red+Green+Blue) = 134+144+125=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #86907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86907D is #796F82. Grayscale: #8A8A8A. Windows color (decimal): -7958403 or 8228998. OLE color: 8228998.

HSL color Cylindrical-coordinate representation of color #86907D: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86907D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB134144125-
CMYK0.0700.130.44
HSL91.58º7.88%52.75%-
HSV(B)91.58º13.19%56.47%-
XYZ23.5126.523.28-
YUV138.84120.19124.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=33.25%
G=35.73%
B=31.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441250.0700.130.4491.587.8852.75
Hex86907D70D2C5c835
Octal2062201757015541341065
Binary100001101001000011111011110110110110010111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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