#8A9793

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

Shades of Granny Smith #8A9793

Tints of Granny Smith #8A9793

Color information

#8A9793 (or 0x8A9793) is unknown color: approx Granny Smith. HEX triplet: 8A, 97 and 93. RGB value is (138,151,147). Sum of RGB (Red+Green+Blue) = 138+151+147=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9793 is #75686C. Grayscale: #929292. Windows color (decimal): -7694445 or 9672586. OLE color: 9672586.

HSL color Cylindrical-coordinate representation of color #8A9793: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A9793 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB138151147-
CMYK0.0900.030.41
HSL161.54º5.88%56.67%-
HSV(B)161.54º8.61%59.22%-
XYZ26.8129.6431.91-
YUV146.66128.19121.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=31.65%
G=34.63%
B=33.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381511470.0900.030.41161.545.8856.67
Hex8A979390329a2639
Octal212227223110351242671
Binary100010101001011110010011100101110100110100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9793; }

 p { color: rgb(138,151,147); }

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

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

 a { background-color: rgb(138,151,147); }

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

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

 span { border-color: rgb(138,151,147); }

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