#81887C

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

Shades of Spanish Green #81887C

Tints of Spanish Green #81887C

Color information

#81887C (or 0x81887C) is unknown color: approx Spanish Green. HEX triplet: 81, 88 and 7C. RGB value is (129,136,124). Sum of RGB (Red+Green+Blue) = 129+136+124=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #81887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81887C is #7E7783. Grayscale: #848484. Windows color (decimal): -8288132 or 8161409. OLE color: 8161409.

HSL color Cylindrical-coordinate representation of color #81887C: hue angle of 95º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81887C is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB129136124-
CMYK0.0500.090.47
HSL95º4.8%50.98%-
HSV(B)95º8.82%53.33%-
XYZ21.523.7322.52-
YUV132.54123.18125.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=33.16%
G=34.96%
B=31.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361240.0500.090.47954.850.98
Hex81887C5092F5f533
Octal201210174501157137563
Binary10000001100010001111100101010011011111011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,136,124); }

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

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

 a { background-color: rgb(129,136,124); }

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

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

 span { border-color: rgb(129,136,124); }

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