Html Css Color HEX #808D7A Spanish Green

📋 copy color: '#808D7A'

red 128 ◦ green 141 ◦ blue 122

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

Shades of Spanish Green #808D7A

Tints of Spanish Green #808D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 32.74%
G = 36.06%
B = 31.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#808D7A (or 0x808D7A) is known color: Spanish Green. HEX triplet: 80, 8D and 7A. RGB value is (128,141,122). Sum of RGB (Red+Green+Blue) = 128+141+122=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #808D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D7A is #7F7285. Grayscale: #878787. Windows color (decimal): -8352390 or 8031616. OLE color: 8031616.

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

Color convert

RGB 128 141 122 -
CMYK 0.09 0 0.13 0.45
HSL 101.05º 0.08% 0.52% -
HSV(B) 101.05º 0.13% 0.55% -
XYZ 21.94 25.04 22.09 -
YUV 134.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 128 141 122 0.09 0 0.13 0.45 101.05 0.08 0.52
Hex 80 8D 7A 9 0 D 2D 65 8 34
Octal 200 215 172 11 0 15 55 145 10 64
Binary 10000000 10001101 1111010 1001 0 1101 101101 1100101 1000 110100

Color Harmonies of #808D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D7A

Black with #808D7A

Text Example


Text Example

White with #808D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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