#869491

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

Shades of Granny Smith #869491

Tints of Granny Smith #869491

Color information

#869491 (or 0x869491) is unknown color: approx Granny Smith. HEX triplet: 86, 94 and 91. RGB value is (134,148,145). Sum of RGB (Red+Green+Blue) = 134+148+145=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #869491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869491 is #796B6E. Grayscale: #8F8F8F. Windows color (decimal): -7957359 or 9540742. OLE color: 9540742.

HSL color Cylindrical-coordinate representation of color #869491: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869491 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB134148145-
CMYK0.0900.020.42
HSL167.14º6.14%55.29%-
HSV(B)167.14º9.46%58.04%-
XYZ25.5328.2930.9-
YUV143.47128.86121.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=31.38%
G=34.66%
B=33.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481450.0900.020.42167.146.1455.29
Hex8694919022Aa7637
Octal206224221110252247667
Binary100001101001010010010001100101010101010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869491; }

 p { color: rgb(134,148,145); }

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

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

 a { background-color: rgb(134,148,145); }

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

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

 span { border-color: rgb(134,148,145); }

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