#869790

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

Shades of Granny Smith #869790

Tints of Granny Smith #869790

Color information

#869790 (or 0x869790) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 90. RGB value is (134,151,144). Sum of RGB (Red+Green+Blue) = 134+151+144=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #869790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869790 is #79686F. Grayscale: #919191. Windows color (decimal): -7956592 or 9475974. OLE color: 9475974.

HSL color Cylindrical-coordinate representation of color #869790: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869790 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB134151144-
CMYK0.1100.050.41
HSL155.29º7.56%55.88%-
HSV(B)155.29º11.26%59.22%-
XYZ25.9329.2230.66-
YUV145.12127.37120.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=31.24%
G=35.20%
B=33.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511440.1100.050.41155.297.5655.88
Hex869790B05299b838
Octal2062272201305512331070
Binary10000110100101111001000010110101101001100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869790; }

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

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

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

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

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

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

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

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