#86968F

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

Shades of Granny Smith #86968F

Tints of Granny Smith #86968F

Color information

#86968F (or 0x86968F) is unknown color: approx Granny Smith. HEX triplet: 86, 96 and 8F. RGB value is (134,150,143). Sum of RGB (Red+Green+Blue) = 134+150+143=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #86968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86968F is #796970. Grayscale: #909090. Windows color (decimal): -7956849 or 9410182. OLE color: 9410182.

HSL color Cylindrical-coordinate representation of color #86968F: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86968F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB134150143-
CMYK0.1100.050.41
HSL153.75º7.08%55.69%-
HSV(B)153.75º10.67%58.82%-
XYZ25.728.8630.2-
YUV144.42127.2120.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=31.38%
G=35.13%
B=33.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341501430.1100.050.41153.757.0855.69
Hex86968FB05299a738
Octal206226217130551232770
Binary1000011010010110100011111011010110100110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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