#86908B

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

Shades of Granny Smith #86908B

Tints of Granny Smith #86908B

Color information

#86908B (or 0x86908B) is unknown color: approx Granny Smith. HEX triplet: 86, 90 and 8B. RGB value is (134,144,139). Sum of RGB (Red+Green+Blue) = 134+144+139=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #86908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86908B is #796F74. Grayscale: #8C8C8C. Windows color (decimal): -7958389 or 9146502. OLE color: 9146502.

HSL color Cylindrical-coordinate representation of color #86908B: hue angle of 150º 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 #86908B is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB134144139-
CMYK0.0700.030.44
HSL150º4.31%54.51%-
HSV(B)150º6.94%56.47%-
XYZ24.4626.8828.32-
YUV140.44127.19123.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=32.13%
G=34.53%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441390.0700.030.441504.3154.51
Hex86908B7032C96437
Octal20622021370354226467
Binary10000110100100001000101111101110110010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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