#869C94

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

Shades of Granny Smith #869C94

Tints of Granny Smith #869C94

Color information

#869C94 (or 0x869C94) is unknown color: approx Granny Smith. HEX triplet: 86, 9C and 94. RGB value is (134,156,148). Sum of RGB (Red+Green+Blue) = 134+156+148=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #869C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C94 is #79636B. Grayscale: #949494. Windows color (decimal): -7955308 or 9739398. OLE color: 9739398.

HSL color Cylindrical-coordinate representation of color #869C94: hue angle of 158.18º 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 #869C94 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB134156148-
CMYK0.1400.050.39
HSL158.18º10%56.86%-
HSV(B)158.18º14.1%61.18%-
XYZ27.0730.9832.57-
YUV148.51127.71117.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=30.59%
G=35.62%
B=33.79%

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
Decimal1341561480.1400.050.39158.181056.86
Hex869C94E05279ea39
Octal2062342241605472361271
Binary10000110100111001001010011100101100111100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,148); }

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

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

 a { background-color: rgb(134,156,148); }

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

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

 span { border-color: rgb(134,156,148); }

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