#868F7E

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

Shades of Spanish Green #868F7E

Tints of Spanish Green #868F7E

Color information

#868F7E (or 0x868F7E) is unknown color: approx Spanish Green. HEX triplet: 86, 8F and 7E. RGB value is (134,143,126). Sum of RGB (Red+Green+Blue) = 134+143+126=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 143 - color contains mainly: green. Hex color #868F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F7E is #797081. Grayscale: #8A8A8A. Windows color (decimal): -7958658 or 8294278. OLE color: 8294278.

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

Color convert

RGB134143126-
CMYK0.0600.120.44
HSL91.76º7.05%52.75%-
HSV(B)91.76º11.89%56.08%-
XYZ23.4226.2223.57-
YUV138.37121.02124.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=33.25%
G=35.48%
B=31.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431260.0600.120.4491.767.0552.75
Hex868F7E60C2C5c735
Octal206217176601454134765
Binary10000110100011111111110110011001011001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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