#81897F

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

Shades of Spanish Green #81897F

Tints of Spanish Green #81897F

Color information

#81897F (or 0x81897F) is unknown color: approx Spanish Green. HEX triplet: 81, 89 and 7F. RGB value is (129,137,127). Sum of RGB (Red+Green+Blue) = 129+137+127=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #81897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81897F is #7E7680. Grayscale: #858585. Windows color (decimal): -8287873 or 8358273. OLE color: 8358273.

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

Color convert

RGB129137127-
CMYK0.0600.070.46
HSL108º4.07%51.76%-
HSV(B)108º7.3%53.73%-
XYZ21.8324.0923.58-
YUV133.47124.35124.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 127 (50% from 255) = 32.32%
R=32.82%
G=34.86%
B=32.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371270.0600.070.461084.0751.76
Hex81897F6072E6c434
Octal20121117760756154464
Binary1000000110001001111111111001111011101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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