#848D7F

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

Shades of Spanish Green #848D7F

Tints of Spanish Green #848D7F

Color information

#848D7F (or 0x848D7F) is unknown color: approx Spanish Green. HEX triplet: 84, 8D and 7F. RGB value is (132,141,127). Sum of RGB (Red+Green+Blue) = 132+141+127=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 141 - color contains mainly: green. Hex color #848D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D7F is #7B7280. Grayscale: #888888. Windows color (decimal): -8090241 or 8359300. OLE color: 8359300.

HSL color Cylindrical-coordinate representation of color #848D7F: hue angle of 98.57º 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 #848D7F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB132141127-
CMYK0.0600.100.45
HSL98.57º5.79%52.55%-
HSV(B)98.57º9.93%55.29%-
XYZ22.8725.4923.79-
YUV136.71122.52124.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 127 (50% from 255) = 31.75%
R=33%
G=35.25%
B=31.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411270.0600.100.4598.575.7952.55
Hex848D7F60A2D63635
Octal204215177601255143665
Binary10000100100011011111111110010101011011100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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