#81877F

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

Shades of Spanish Green #81877F

Tints of Spanish Green #81877F

Color information

#81877F (or 0x81877F) is unknown color: approx Spanish Green. HEX triplet: 81, 87 and 7F. RGB value is (129,135,127). Sum of RGB (Red+Green+Blue) = 129+135+127=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #81877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81877F is #7E7880. Grayscale: #848484. Windows color (decimal): -8288385 or 8357761. OLE color: 8357761.

HSL color Cylindrical-coordinate representation of color #81877F: hue angle of 105º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #81877F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB129135127-
CMYK0.0400.060.47
HSL105º3.23%51.37%-
HSV(B)105º5.93%52.94%-
XYZ21.5523.5323.48-
YUV132.29125.01125.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 127 (50% from 255) = 32.48%
R=32.99%
G=34.53%
B=32.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351270.0400.060.471053.2351.37
Hex81877F4062F69333
Octal20120717740657151363
Binary100000011000011111111111000110101111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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