#868D7F

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

Shades of Spanish Green #868D7F

Tints of Spanish Green #868D7F

Color information

#868D7F (or 0x868D7F) is unknown color: approx Spanish Green. HEX triplet: 86, 8D and 7F. RGB value is (134,141,127). Sum of RGB (Red+Green+Blue) = 134+141+127=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #868D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D7F is #797280. Grayscale: #898989. Windows color (decimal): -7959169 or 8359302. OLE color: 8359302.

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

Color convert

RGB134141127-
CMYK0.0500.100.45
HSL90º5.79%52.55%-
HSV(B)90º9.93%55.29%-
XYZ23.1925.6523.81-
YUV137.31122.18125.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 127 (50% from 255) = 31.59%
R=33.33%
G=35.07%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341411270.0500.100.45905.7952.55
Hex868D7F50A2D5a635
Octal206215177501255132665
Binary10000110100011011111111101010101011011011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,127); }

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

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

 a { background-color: rgb(134,141,127); }

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

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

 span { border-color: rgb(134,141,127); }

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