#869990

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

Shades of Granny Smith #869990

Tints of Granny Smith #869990

Color information

#869990 (or 0x869990) is unknown color: approx Granny Smith. HEX triplet: 86, 99 and 90. RGB value is (134,153,144). Sum of RGB (Red+Green+Blue) = 134+153+144=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #869990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869990 is #79666F. Grayscale: #929292. Windows color (decimal): -7956080 or 9476486. OLE color: 9476486.

HSL color Cylindrical-coordinate representation of color #869990: hue angle of 151.58º 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 #869990 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB134153144-
CMYK0.1200.060.4
HSL151.58º8.52%56.27%-
HSV(B)151.58º12.42%60%-
XYZ26.2629.8630.77-
YUV146.29126.71119.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=31.09%
G=35.50%
B=33.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531440.1200.060.4151.588.5256.27
Hex869990C062898938
Octal2062312201406502301170
Binary10000110100110011001000011000110101000100110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869990; }

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

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

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

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

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

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

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

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