#81867E

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

Shades of Spanish Green #81867E

Tints of Spanish Green #81867E

Color information

#81867E (or 0x81867E) is unknown color: approx Spanish Green. HEX triplet: 81, 86 and 7E. RGB value is (129,134,126). Sum of RGB (Red+Green+Blue) = 129+134+126=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #81867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81867E is #7E7981. Grayscale: #838383. Windows color (decimal): -8288642 or 8291969. OLE color: 8291969.

HSL color Cylindrical-coordinate representation of color #81867E: hue angle of 97.5º 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 #81867E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB129134126-
CMYK0.0400.060.47
HSL97.5º3.2%50.98%-
HSV(B)97.5º5.97%52.55%-
XYZ21.3423.2223.1-
YUV131.59124.84126.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=33.16%
G=34.45%
B=32.39%

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
Decimal1291341260.0400.060.4797.53.250.98
Hex81867E4062F61333
Octal20120617640657141363
Binary100000011000011011111101000110101111110000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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