#81917D

Color #81917D Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #81917D

Tints of Spanish Green #81917D

Color information

#81917D (or 0x81917D) is unknown color: approx Spanish Green. HEX triplet: 81, 91 and 7D. RGB value is (129,145,125). Sum of RGB (Red+Green+Blue) = 129+145+125=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #81917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81917D is #7E6E82. Grayscale: #8A8A8A. Windows color (decimal): -8285827 or 8229249. OLE color: 8229249.

HSL color Cylindrical-coordinate representation of color #81917D: hue angle of 108º 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 #81917D is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB129145125-
CMYK0.1100.140.43
HSL108º8.33%52.94%-
HSV(B)108º13.79%56.86%-
XYZ22.8826.423.29-
YUV137.94120.7121.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=32.33%
G=36.34%
B=31.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291451250.1100.140.431088.3352.94
Hex81917DB0E2B6c835
Octal20122117513016531541065
Binary1000000110010001111110110110111010101111011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81917D;
 }
 .AnyTagClassName
 {
   color: #81917D;
 }
</style>
background-color css

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

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

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

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

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

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