#849691

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

Shades of Granny Smith #849691

Tints of Granny Smith #849691

Color information

#849691 (or 0x849691) is unknown color: approx Granny Smith. HEX triplet: 84, 96 and 91. RGB value is (132,150,145). Sum of RGB (Red+Green+Blue) = 132+150+145=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #849691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849691 is #7B696E. Grayscale: #909090. Windows color (decimal): -8087919 or 9541252. OLE color: 9541252.

HSL color Cylindrical-coordinate representation of color #849691: hue angle of 163.33º 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 #849691 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB132150145-
CMYK0.1200.030.41
HSL163.33º7.89%55.29%-
HSV(B)163.33º12%58.82%-
XYZ25.5328.7630.99-
YUV144.05128.54119.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=30.91%
G=35.13%
B=33.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321501450.1200.030.41163.337.8955.29
Hex849691C0329a3837
Octal2042262211403512431067
Binary1000010010010110100100011100011101001101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849691; }

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

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

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

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

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

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

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

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