#848E7F

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

Shades of Spanish Green #848E7F

Tints of Spanish Green #848E7F

Color information

#848E7F (or 0x848E7F) is unknown color: approx Spanish Green. HEX triplet: 84, 8E and 7F. RGB value is (132,142,127). Sum of RGB (Red+Green+Blue) = 132+142+127=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #848E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E7F is #7B7180. Grayscale: #898989. Windows color (decimal): -8089985 or 8359556. OLE color: 8359556.

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

Color convert

RGB132142127-
CMYK0.0700.110.44
HSL100º6.22%52.75%-
HSV(B)100º10.56%55.69%-
XYZ23.0225.7823.84-
YUV137.3122.19124.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 127 (50% from 255) = 31.67%
R=32.92%
G=35.41%
B=31.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421270.0700.110.441006.2252.75
Hex848E7F70B2C64635
Octal204216177701354144665
Binary10000100100011101111111111010111011001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848E7F; }

 p { color: rgb(132,142,127); }

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

<style>
 a { background-color: #848E7F; }

 a { background-color: rgb(132,142,127); }

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

<style>
 span { border-color: #848E7F; }

 span { border-color: rgb(132,142,127); }

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