#868E89

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

Shades of Granny Smith #868E89

Tints of Granny Smith #868E89

Color information

#868E89 (or 0x868E89) is unknown color: approx Granny Smith. HEX triplet: 86, 8E and 89. RGB value is (134,142,137). Sum of RGB (Red+Green+Blue) = 134+142+137=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 142 - color contains mainly: green. Hex color #868E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E89 is #797176. Grayscale: #8B8B8B. Windows color (decimal): -7958903 or 9014918. OLE color: 9014918.

HSL color Cylindrical-coordinate representation of color #868E89: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868E89 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB134142137-
CMYK0.0600.040.44
HSL142.5º3.42%54.12%-
HSV(B)142.5º5.63%55.69%-
XYZ24.0226.2227.46-
YUV139.04126.85124.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=32.45%
G=34.38%
B=33.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341421370.0600.040.44142.53.4254.12
Hex868E896042C8e336
Octal20621621160454216366
Binary10000110100011101000100111001001011001000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868E89; }

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

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

<style>
 a { background-color: #868E89; }

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

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

<style>
 span { border-color: #868E89; }

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

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