#869C93

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

Shades of Granny Smith #869C93

Tints of Granny Smith #869C93

Color information

#869C93 (or 0x869C93) is unknown color: approx Granny Smith. HEX triplet: 86, 9C and 93. RGB value is (134,156,147). Sum of RGB (Red+Green+Blue) = 134+156+147=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #869C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C93 is #79636C. Grayscale: #949494. Windows color (decimal): -7955309 or 9673862. OLE color: 9673862.

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

Color convert

RGB134156147-
CMYK0.1400.060.39
HSL155.45º10%56.86%-
HSV(B)155.45º14.1%61.18%-
XYZ26.9930.9532.16-
YUV148.4127.21117.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=30.66%
G=35.70%
B=33.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341561470.1400.060.39155.451056.86
Hex869C93E06279ba39
Octal2062342231606472331271
Binary10000110100111001001001111100110100111100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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