#868F81

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

Shades of Spanish Green #868F81

Tints of Spanish Green #868F81

Color information

#868F81 (or 0x868F81) is unknown color: approx Spanish Green. HEX triplet: 86, 8F and 81. RGB value is (134,143,129). Sum of RGB (Red+Green+Blue) = 134+143+129=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 143 - color contains mainly: green. Hex color #868F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F81 is #79707E. Grayscale: #8A8A8A. Windows color (decimal): -7958655 or 8490886. OLE color: 8490886.

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

Color convert

RGB134143129-
CMYK0.0600.100.44
HSL98.57º5.88%53.33%-
HSV(B)98.57º9.79%56.08%-
XYZ23.6226.324.6-
YUV138.71122.52124.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=33.00%
G=35.22%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431290.0600.100.4498.575.8853.33
Hex868F8160A2C63635
Octal206217201601254143665
Binary100001101000111110000001110010101011001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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