#81897E

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

Shades of Spanish Green #81897E

Tints of Spanish Green #81897E

Color information

#81897E (or 0x81897E) is unknown color: approx Spanish Green. HEX triplet: 81, 89 and 7E. RGB value is (129,137,126). Sum of RGB (Red+Green+Blue) = 129+137+126=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #81897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81897E is #7E7681. Grayscale: #858585. Windows color (decimal): -8287874 or 8292737. OLE color: 8292737.

HSL color Cylindrical-coordinate representation of color #81897E: hue angle of 103.64º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81897E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB129137126-
CMYK0.0600.080.46
HSL103.64º4.45%51.57%-
HSV(B)103.64º8.03%53.73%-
XYZ21.7624.0623.24-
YUV133.35123.85124.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=32.91%
G=34.95%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371260.0600.080.46103.644.4551.57
Hex81897E6082E68434
Octal201211176601056150464
Binary10000001100010011111110110010001011101101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81897E; }

 p { color: rgb(129,137,126); }

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

<style>
 a { background-color: #81897E; }

 a { background-color: rgb(129,137,126); }

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

<style>
 span { border-color: #81897E; }

 span { border-color: rgb(129,137,126); }

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