#84917F

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

Shades of Spanish Green #84917F

Tints of Spanish Green #84917F

Color information

#84917F (or 0x84917F) is unknown color: approx Spanish Green. HEX triplet: 84, 91 and 7F. RGB value is (132,145,127). Sum of RGB (Red+Green+Blue) = 132+145+127=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #84917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84917F is #7B6E80. Grayscale: #8B8B8B. Windows color (decimal): -8089217 or 8360324. OLE color: 8360324.

HSL color Cylindrical-coordinate representation of color #84917F: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #84917F is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB132145127-
CMYK0.0900.120.43
HSL103.33º7.56%53.33%-
HSV(B)103.33º12.41%56.86%-
XYZ23.4726.6923.99-
YUV139.06121.19122.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 127 (50% from 255) = 31.44%
R=32.67%
G=35.89%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451270.0900.120.43103.337.5653.33
Hex84917F90C2B67835
Octal20422117711014531471065
Binary1000010010010001111111110010110010101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84917F; }

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

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

<style>
 a { background-color: #84917F; }

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

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

<style>
 span { border-color: #84917F; }

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

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