#808E7B

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

Shades of Spanish Green #808E7B

Tints of Spanish Green #808E7B

Color information

#808E7B (or 0x808E7B) is unknown color: approx Spanish Green. HEX triplet: 80, 8E and 7B. RGB value is (128,142,123). Sum of RGB (Red+Green+Blue) = 128+142+123=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #808E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E7B is #7F7184. Grayscale: #878787. Windows color (decimal): -8352133 or 8097408. OLE color: 8097408.

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

Color convert

RGB128142123-
CMYK0.1000.130.44
HSL104.21º7.76%51.96%-
HSV(B)104.21º13.38%55.69%-
XYZ22.1525.3722.47-
YUV135.65120.86122.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=32.57%
G=36.13%
B=31.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281421230.1000.130.44104.217.7651.96
Hex808E7BA0D2C68834
Octal20021617312015541501064
Binary1000000010001110111101110100110110110011010001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,142,123); }

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

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

 a { background-color: rgb(128,142,123); }

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

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

 span { border-color: rgb(128,142,123); }

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