#869992

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

Shades of Granny Smith #869992

Tints of Granny Smith #869992

Color information

#869992 (or 0x869992) is unknown color: approx Granny Smith. HEX triplet: 86, 99 and 92. RGB value is (134,153,146). Sum of RGB (Red+Green+Blue) = 134+153+146=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #869992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869992 is #79666D. Grayscale: #929292. Windows color (decimal): -7956078 or 9607558. OLE color: 9607558.

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

Color convert

RGB134153146-
CMYK0.1200.050.4
HSL157.89º8.52%56.27%-
HSV(B)157.89º12.42%60%-
XYZ26.4129.9331.58-
YUV146.52127.71119.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=30.95%
G=35.33%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531460.1200.050.4157.898.5256.27
Hex869992C05289e938
Octal2062312221405502361170
Binary10000110100110011001001011000101101000100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869992; }

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

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

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

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

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

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

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

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