#869B93

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

Shades of Granny Smith #869B93

Tints of Granny Smith #869B93

Color information

#869B93 (or 0x869B93) is unknown color: approx Granny Smith. HEX triplet: 86, 9B and 93. RGB value is (134,155,147). Sum of RGB (Red+Green+Blue) = 134+155+147=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #869B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B93 is #79646C. Grayscale: #939393. Windows color (decimal): -7955565 or 9673606. OLE color: 9673606.

HSL color Cylindrical-coordinate representation of color #869B93: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B93 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB134155147-
CMYK0.1400.050.39
HSL157.14º9.5%56.67%-
HSV(B)157.14º13.55%60.78%-
XYZ26.8230.6232.1-
YUV147.81127.54118.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=30.73%
G=35.55%
B=33.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551470.1400.050.39157.149.556.67
Hex869B93E05279da39
Octal2062332231605472351271
Binary10000110100110111001001111100101100111100111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B93; }

 p { color: rgb(134,155,147); }

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

<style>
 a { background-color: #869B93; }

 a { background-color: rgb(134,155,147); }

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

<style>
 span { border-color: #869B93; }

 span { border-color: rgb(134,155,147); }

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