#81877E

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

Shades of Spanish Green #81877E

Tints of Spanish Green #81877E

Color information

#81877E (or 0x81877E) is unknown color: approx Spanish Green. HEX triplet: 81, 87 and 7E. RGB value is (129,135,126). Sum of RGB (Red+Green+Blue) = 129+135+126=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #81877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81877E is #7E7881. Grayscale: #848484. Windows color (decimal): -8288386 or 8292225. OLE color: 8292225.

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

Color convert

RGB129135126-
CMYK0.0400.070.47
HSL100º3.61%51.18%-
HSV(B)100º6.67%52.94%-
XYZ21.4823.523.14-
YUV132.18124.51125.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=33.08%
G=34.62%
B=32.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351260.0400.070.471003.6151.18
Hex81877E4072F64433
Octal20120717640757144463
Binary1000000110000111111111010001111011111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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