#868C84

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

Shades of Spanish Green #868C84

Tints of Spanish Green #868C84

Color information

#868C84 (or 0x868C84) is unknown color: approx Spanish Green. HEX triplet: 86, 8C and 84. RGB value is (134,140,132). Sum of RGB (Red+Green+Blue) = 134+140+132=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #868C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C84 is #79737B. Grayscale: #898989. Windows color (decimal): -7959420 or 8686726. OLE color: 8686726.

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

Color convert

RGB134140132-
CMYK0.0400.060.45
HSL105º3.36%53.33%-
HSV(B)105º5.71%54.9%-
XYZ23.3725.4925.52-
YUV137.29125.01125.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=33.00%
G=34.48%
B=32.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401320.0400.060.451053.3653.33
Hex868C844062D69335
Octal20621420440655151365
Binary1000011010001100100001001000110101101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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