#869691

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

Shades of Granny Smith #869691

Tints of Granny Smith #869691

Color information

#869691 (or 0x869691) is unknown color: approx Granny Smith. HEX triplet: 86, 96 and 91. RGB value is (134,150,145). Sum of RGB (Red+Green+Blue) = 134+150+145=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #869691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869691 is #79696E. Grayscale: #909090. Windows color (decimal): -7956847 or 9541254. OLE color: 9541254.

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

Color convert

RGB134150145-
CMYK0.1100.030.41
HSL161.25º7.08%55.69%-
HSV(B)161.25º10.67%58.82%-
XYZ25.8528.9331.01-
YUV144.65128.2120.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=31.24%
G=34.97%
B=33.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341501450.1100.030.41161.257.0855.69
Hex869691B0329a1738
Octal206226221130351241770
Binary100001101001011010010001101101110100110100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869691; }

 p { color: rgb(134,150,145); }

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

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

 a { background-color: rgb(134,150,145); }

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

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

 span { border-color: rgb(134,150,145); }

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