Html Css Color HEX #80917D Spanish Green

📋 copy color: '#80917D'

red 128 ◦ green 145 ◦ blue 125

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

Shades of Spanish Green #80917D

Tints of Spanish Green #80917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

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

R = 32.16%
G = 36.43%
B = 31.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#80917D (or 0x80917D) is known color: Spanish Green. HEX triplet: 80, 91 and 7D. RGB value is (128,145,125). Sum of RGB (Red+Green+Blue) = 128+145+125=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #80917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80917D is #7F6E82. Grayscale: #898989. Windows color (decimal): -8351363 or 8229248. OLE color: 8229248.

HSL color Cylindrical-coordinate representation of color #80917D: hue angle of 111º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80917D is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 145 125 -
CMYK 0.12 0 0.14 0.43
HSL 111º 0.08% 0.53% -
HSV(B) 111º 0.14% 0.57% -
XYZ 22.73 26.32 23.28 -
YUV 137.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 128 145 125 0.12 0 0.14 0.43 111 0.08 0.53
Hex 80 91 7D C 0 E 2B 6F 8 35
Octal 200 221 175 14 0 16 53 157 10 65
Binary 10000000 10010001 1111101 1100 0 1110 101011 1101111 1000 110101

Color Harmonies of #80917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80917D

Black with #80917D

Text Example


Text Example

White with #80917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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