#84968F

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

Shades of Granny Smith #84968F

Tints of Granny Smith #84968F

Color information

#84968F (or 0x84968F) is unknown color: approx Granny Smith. HEX triplet: 84, 96 and 8F. RGB value is (132,150,143). Sum of RGB (Red+Green+Blue) = 132+150+143=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #84968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84968F is #7B6970. Grayscale: #8F8F8F. Windows color (decimal): -8087921 or 9410180. OLE color: 9410180.

HSL color Cylindrical-coordinate representation of color #84968F: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #84968F is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB132150143-
CMYK0.1200.050.41
HSL156.67º7.89%55.29%-
HSV(B)156.67º12%58.82%-
XYZ25.3828.730.19-
YUV143.82127.54119.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=31.06%
G=35.29%
B=33.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321501430.1200.050.41156.677.8955.29
Hex84968FC05299d837
Octal2042262171405512351067
Binary10000100100101101000111111000101101001100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,150,143); }

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

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

 a { background-color: rgb(132,150,143); }

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

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

 span { border-color: rgb(132,150,143); }

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