#86988F

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

Shades of Granny Smith #86988F

Tints of Granny Smith #86988F

Color information

#86988F (or 0x86988F) is unknown color: approx Granny Smith. HEX triplet: 86, 98 and 8F. RGB value is (134,152,143). Sum of RGB (Red+Green+Blue) = 134+152+143=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #86988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988F is #796770. Grayscale: #919191. Windows color (decimal): -7956337 or 9410694. OLE color: 9410694.

HSL color Cylindrical-coordinate representation of color #86988F: hue angle of 150º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB134152143-
CMYK0.1200.060.40
HSL150º8.04%56.08%-
HSV(B)150º11.84%59.61%-
XYZ26.0229.5130.31-
YUV145.59126.54119.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=31.24%
G=35.43%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521430.1200.060.401508.0456.08
Hex86988FC062896838
Octal2062302171406502261070
Binary10000110100110001000111111000110101000100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,152,143); }

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

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

 a { background-color: rgb(134,152,143); }

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

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

 span { border-color: rgb(134,152,143); }

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