Html Css Color HEX #808E7A Spanish Green

📋 copy color: '#808E7A'

red 128 ◦ green 142 ◦ blue 122

#808E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #808E7A

Tints of Spanish Green #808E7A

RGB

 RED value IS 128 (50.39% from 255) = 32.65%

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 32.65%
G = 36.22%
B = 31.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#808E7A (or 0x808E7A) is known color: Spanish Green. HEX triplet: 80, 8E and 7A. RGB value is (128,142,122). Sum of RGB (Red+Green+Blue) = 128+142+122=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #808E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E7A is #7F7185. Grayscale: #878787. Windows color (decimal): -8352134 or 8031872. OLE color: 8031872.

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

Color convert

RGB 128 142 122 -
CMYK 0.10 0 0.14 0.44
HSL 102º 0.08% 0.52% -
HSV(B) 102º 0.14% 0.56% -
XYZ 22.09 25.34 22.14 -
YUV 135.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 128 142 122 0.10 0 0.14 0.44 102 0.08 0.52
Hex 80 8E 7A A 0 E 2C 66 8 34
Octal 200 216 172 12 0 16 54 146 10 64
Binary 10000000 10001110 1111010 1010 0 1110 101100 1100110 1000 110100

Color Harmonies of #808E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E7A

Black with #808E7A

Text Example


Text Example

White with #808E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #808E7A;
 }
 .AnyTagClassName
 {
   color: #808E7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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