Html Css Color HEX #80937D Spanish Green

📋 copy color: '#80937D'

red 128 ◦ green 147 ◦ blue 125

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

Shades of Spanish Green #80937D

Tints of Spanish Green #80937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 32%
G = 36.75%
B = 31.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#80937D (or 0x80937D) is known color: Spanish Green. HEX triplet: 80, 93 and 7D. RGB value is (128,147,125). Sum of RGB (Red+Green+Blue) = 128+147+125=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #80937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937D is #7F6C82. Grayscale: #8A8A8A. Windows color (decimal): -8350851 or 8229760. OLE color: 8229760.

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

Color convert

RGB 128 147 125 -
CMYK 0.13 0 0.15 0.42
HSL 111.82º 0.09% 0.53% -
HSV(B) 111.82º 0.15% 0.58% -
XYZ 23.04 26.94 23.39 -
YUV 138.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 128 147 125 0.13 0 0.15 0.42 111.82 0.09 0.53
Hex 80 93 7D D 0 F 2A 70 9 35
Octal 200 223 175 15 0 17 52 160 11 65
Binary 10000000 10010011 1111101 1101 0 1111 101010 1110000 1001 110101

Color Harmonies of #80937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80937D

Black with #80937D

Text Example


Text Example

White with #80937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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