#868C82

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

Shades of Spanish Green #868C82

Tints of Spanish Green #868C82

Color information

#868C82 (or 0x868C82) is unknown color: approx Spanish Green. HEX triplet: 86, 8C and 82. RGB value is (134,140,130). Sum of RGB (Red+Green+Blue) = 134+140+130=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #868C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C82 is #79737D. Grayscale: #898989. Windows color (decimal): -7959422 or 8555654. OLE color: 8555654.

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

Color convert

RGB134140130-
CMYK0.0400.070.45
HSL96º4.17%52.94%-
HSV(B)96º7.14%54.9%-
XYZ23.2425.4424.8-
YUV137.07124.01125.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=33.17%
G=34.65%
B=32.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401300.0400.070.45964.1752.94
Hex868C824072D60435
Octal20621420240755140465
Binary10000110100011001000001010001111011011100000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868C82; }

 p { color: rgb(134,140,130); }

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

<style>
 a { background-color: #868C82; }

 a { background-color: rgb(134,140,130); }

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

<style>
 span { border-color: #868C82; }

 span { border-color: rgb(134,140,130); }

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