Html Css Color HEX #80937C Spanish Green

📋 copy color: '#80937C'

red 128 ◦ green 147 ◦ blue 124

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

Shades of Spanish Green #80937C

Tints of Spanish Green #80937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 32.08%
G = 36.84%
B = 31.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#80937C (or 0x80937C) is known color: Spanish Green. HEX triplet: 80, 93 and 7C. RGB value is (128,147,124). Sum of RGB (Red+Green+Blue) = 128+147+124=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #80937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937C is #7F6C83. Grayscale: #8A8A8A. Windows color (decimal): -8350852 or 8164224. OLE color: 8164224.

HSL color Cylindrical-coordinate representation of color #80937C: hue angle of 109.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80937C is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 124 -
CMYK 0.13 0 0.16 0.42
HSL 109.57º 0.1% 0.53% -
HSV(B) 109.57º 0.16% 0.58% -
XYZ 22.97 26.91 23.05 -
YUV 138.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 128 147 124 0.13 0 0.16 0.42 109.57 0.1 0.53
Hex 80 93 7C D 0 10 2A 6E A 35
Octal 200 223 174 15 0 20 52 156 12 65
Binary 10000000 10010011 1111100 1101 0 10000 101010 1101110 1010 110101

Color Harmonies of #80937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80937C

Black with #80937C

Text Example


Text Example

White with #80937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80937C; }

 p { color: rgb(128,147,124); }

 H1.HeaderClassName
 {
   color: #80937C;
 }
 .AnyTagClassName
 {
   color: #80937C;
 }
</style>

background-color css

<style>
 a { background-color: #80937C; }

 a { background-color: rgb(128,147,124); }

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

border-color css

<style>
 span { border-color: #80937C; }

 span { border-color: rgb(128,147,124); }

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