#84908A

Color #84908A Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #84908A

Tints of Granny Smith #84908A

Color information

#84908A (or 0x84908A) is unknown color: approx Granny Smith. HEX triplet: 84, 90 and 8A. RGB value is (132,144,138). Sum of RGB (Red+Green+Blue) = 132+144+138=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #84908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84908A is #7B6F75. Grayscale: #8B8B8B. Windows color (decimal): -8089462 or 9080964. OLE color: 9080964.

HSL color Cylindrical-coordinate representation of color #84908A: hue angle of 150º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84908A is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB132144138-
CMYK0.0800.040.44
HSL150º5.13%54.12%-
HSV(B)150º8.33%56.47%-
XYZ24.0826.6927.93-
YUV139.73127.02122.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=31.88%
G=34.78%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441380.0800.040.441505.1354.12
Hex84908A8042C96536
Octal204220212100454226566
Binary1000010010010000100010101000010010110010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84908A; }

 p { color: rgb(132,144,138); }

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

<style>
 a { background-color: #84908A; }

 a { background-color: rgb(132,144,138); }

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

<style>
 span { border-color: #84908A; }

 span { border-color: rgb(132,144,138); }

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