#869180

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

Shades of Spanish Green #869180

Tints of Spanish Green #869180

Color information

#869180 (or 0x869180) is unknown color: approx Spanish Green. HEX triplet: 86, 91 and 80. RGB value is (134,145,128). Sum of RGB (Red+Green+Blue) = 134+145+128=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #869180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869180 is #796E7F. Grayscale: #8B8B8B. Windows color (decimal): -7958144 or 8425862. OLE color: 8425862.

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

Color convert

RGB134145128-
CMYK0.0800.120.43
HSL98.82º7.17%53.53%-
HSV(B)98.82º11.72%56.86%-
XYZ23.8526.8824.35-
YUV139.77121.36123.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=32.92%
G=35.63%
B=31.45%

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
Decimal1341451280.0800.120.4398.827.1753.53
Hex86918080C2B63736
Octal2062212001001453143766
Binary1000011010010001100000001000011001010111100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869180; }

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

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

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

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

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

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

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

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