#808D7D

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

Shades of Spanish Green #808D7D

Tints of Spanish Green #808D7D

Color information

#808D7D (or 0x808D7D) is unknown color: approx Spanish Green. HEX triplet: 80, 8D and 7D. RGB value is (128,141,125). Sum of RGB (Red+Green+Blue) = 128+141+125=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #808D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D7D is #7F7282. Grayscale: #878787. Windows color (decimal): -8352387 or 8228224. OLE color: 8228224.

HSL color Cylindrical-coordinate representation of color #808D7D: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808D7D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB128141125-
CMYK0.0900.110.45
HSL108.75º6.56%52.16%-
HSV(B)108.75º11.35%55.29%-
XYZ22.1325.1223.08-
YUV135.29122.19122.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=32.49%
G=35.79%
B=31.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411250.0900.110.45108.756.5652.16
Hex808D7D90B2D6d734
Octal2002151751101355155764
Binary100000001000110111111011001010111011011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D7D; }

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

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

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

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

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

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

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

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