#869995

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

Shades of Granny Smith #869995

Tints of Granny Smith #869995

Color information

#869995 (or 0x869995) is unknown color: approx Granny Smith. HEX triplet: 86, 99 and 95. RGB value is (134,153,149). Sum of RGB (Red+Green+Blue) = 134+153+149=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #869995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869995 is #79666A. Grayscale: #929292. Windows color (decimal): -7956075 or 9804166. OLE color: 9804166.

HSL color Cylindrical-coordinate representation of color #869995: hue angle of 167.37º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869995 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB134153149-
CMYK0.1200.030.4
HSL167.37º8.52%56.27%-
HSV(B)167.37º12.42%60%-
XYZ26.6530.0232.82-
YUV146.86129.21118.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=30.73%
G=35.09%
B=34.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531490.1200.030.4167.378.5256.27
Hex869995C0328a7938
Octal2062312251403502471170
Binary1000011010011001100101011100011101000101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869995; }

 p { color: rgb(134,153,149); }

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

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

 a { background-color: rgb(134,153,149); }

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

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

 span { border-color: rgb(134,153,149); }

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