#80857D

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

Shades of Spanish Green #80857D

Tints of Spanish Green #80857D

Color information

#80857D (or 0x80857D) is unknown color: approx Spanish Green. HEX triplet: 80, 85 and 7D. RGB value is (128,133,125). Sum of RGB (Red+Green+Blue) = 128+133+125=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #80857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80857D is #7F7A82. Grayscale: #828282. Windows color (decimal): -8354435 or 8226176. OLE color: 8226176.

HSL color Cylindrical-coordinate representation of color #80857D: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80857D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB128133125-
CMYK0.0400.060.48
HSL97.5º3.17%50.59%-
HSV(B)97.5º6.02%52.16%-
XYZ20.9922.8422.71-
YUV130.59124.84126.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=33.16%
G=34.46%
B=32.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331250.0400.060.4897.53.1750.59
Hex80857D4063061333
Octal20020517540660141363
Binary100000001000010111111011000110110000110000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,133,125); }

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

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

 a { background-color: rgb(128,133,125); }

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

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

 span { border-color: rgb(128,133,125); }

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