#86908A

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

Shades of Granny Smith #86908A

Tints of Granny Smith #86908A

Color information

#86908A (or 0x86908A) is unknown color: approx Granny Smith. HEX triplet: 86, 90 and 8A. RGB value is (134,144,138). Sum of RGB (Red+Green+Blue) = 134+144+138=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #86908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86908A is #796F75. Grayscale: #8C8C8C. Windows color (decimal): -7958390 or 9080966. OLE color: 9080966.

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

Color convert

RGB134144138-
CMYK0.0700.040.44
HSL144º4.31%54.51%-
HSV(B)144º6.94%56.47%-
XYZ24.3926.8527.94-
YUV140.33126.69123.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=32.21%
G=34.62%
B=33.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441380.0700.040.441444.3154.51
Hex86908A7042C90437
Octal20622021270454220467
Binary100001101001000010001010111010010110010010000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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