#81927D

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

Shades of Spanish Green #81927D

Tints of Spanish Green #81927D

Color information

#81927D (or 0x81927D) is unknown color: approx Spanish Green. HEX triplet: 81, 92 and 7D. RGB value is (129,146,125). Sum of RGB (Red+Green+Blue) = 129+146+125=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #81927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81927D is #7E6D82. Grayscale: #8A8A8A. Windows color (decimal): -8285571 or 8229505. OLE color: 8229505.

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

Color convert

RGB129146125-
CMYK0.1200.140.43
HSL108.57º8.79%53.14%-
HSV(B)108.57º14.38%57.25%-
XYZ23.0326.7123.34-
YUV138.52120.37121.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=32.25%
G=36.5%
B=31.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461250.1200.140.43108.578.7953.14
Hex81927DC0E2B6d935
Octal20122217514016531551165
Binary1000000110010010111110111000111010101111011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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