#86998E

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

Shades of Granny Smith #86998E

Tints of Granny Smith #86998E

Color information

#86998E (or 0x86998E) is unknown color: approx Granny Smith. HEX triplet: 86, 99 and 8E. RGB value is (134,153,142). Sum of RGB (Red+Green+Blue) = 134+153+142=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #86998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86998E is #796671. Grayscale: #929292. Windows color (decimal): -7956082 or 9345414. OLE color: 9345414.

HSL color Cylindrical-coordinate representation of color #86998E: hue angle of 145.26º degrees, saturation: 0.09, 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 #86998E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB134153142-
CMYK0.1200.070.4
HSL145.26º8.52%56.27%-
HSV(B)145.26º12.42%60%-
XYZ26.1129.829.97-
YUV146.06125.71119.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=31.24%
G=35.66%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531420.1200.070.4145.268.5256.27
Hex86998EC072891938
Octal2062312161407502211170
Binary10000110100110011000111011000111101000100100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86998E; }

 p { color: rgb(134,153,142); }

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

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

 a { background-color: rgb(134,153,142); }

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

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

 span { border-color: rgb(134,153,142); }

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