#81897B

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

Shades of Spanish Green #81897B

Tints of Spanish Green #81897B

Color information

#81897B (or 0x81897B) is unknown color: approx Spanish Green. HEX triplet: 81, 89 and 7B. RGB value is (129,137,123). Sum of RGB (Red+Green+Blue) = 129+137+123=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #81897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81897B is #7E7684. Grayscale: #858585. Windows color (decimal): -8287877 or 8096129. OLE color: 8096129.

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

Color convert

RGB129137123-
CMYK0.0600.100.46
HSL94.29º5.6%50.98%-
HSV(B)94.29º10.22%53.73%-
XYZ21.5723.9922.23-
YUV133.01122.35125.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=33.16%
G=35.22%
B=31.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371230.0600.100.4694.295.650.98
Hex81897B60A2E5e633
Octal201211173601256136663
Binary10000001100010011111011110010101011101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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