#869794

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

Shades of Granny Smith #869794

Tints of Granny Smith #869794

Color information

#869794 (or 0x869794) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 94. RGB value is (134,151,148). Sum of RGB (Red+Green+Blue) = 134+151+148=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #869794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869794 is #79686B. Grayscale: #919191. Windows color (decimal): -7956588 or 9738118. OLE color: 9738118.

HSL color Cylindrical-coordinate representation of color #869794: hue angle of 169.41º 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 #869794 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB134151148-
CMYK0.1100.020.41
HSL169.41º7.56%55.88%-
HSV(B)169.41º11.26%59.22%-
XYZ26.2429.3432.3-
YUV145.57129.37119.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=30.95%
G=34.87%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511480.1100.020.41169.417.5655.88
Hex869794B0229a9838
Octal2062272241302512511070
Binary1000011010010111100101001011010101001101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869794; }

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

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

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

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

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

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

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

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