#869380

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

Shades of Spanish Green #869380

Tints of Spanish Green #869380

Color information

#869380 (or 0x869380) is unknown color: approx Spanish Green. HEX triplet: 86, 93 and 80. RGB value is (134,147,128). Sum of RGB (Red+Green+Blue) = 134+147+128=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #869380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869380 is #796C7F. Grayscale: #8D8D8D. Windows color (decimal): -7957632 or 8426374. OLE color: 8426374.

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

Color convert

RGB134147128-
CMYK0.0900.130.42
HSL101.05º8.09%53.92%-
HSV(B)101.05º12.93%57.65%-
XYZ24.1627.4924.46-
YUV140.95120.69123.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=32.76%
G=35.94%
B=31.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471280.0900.130.42101.058.0953.92
Hex86938090D2A65836
Octal20622320011015521451066
Binary10000110100100111000000010010110110101011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869380; }

 p { color: rgb(134,147,128); }

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

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

 a { background-color: rgb(134,147,128); }

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

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

 span { border-color: rgb(134,147,128); }

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