#8A958F

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

Shades of Granny Smith #8A958F

Tints of Granny Smith #8A958F

Color information

#8A958F (or 0x8A958F) is unknown color: approx Granny Smith. HEX triplet: 8A, 95 and 8F. RGB value is (138,149,143). Sum of RGB (Red+Green+Blue) = 138+149+143=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 149 - color contains mainly: green. Hex color #8A958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A958F is #756A70. Grayscale: #919191. Windows color (decimal): -7694961 or 9409930. OLE color: 9409930.

HSL color Cylindrical-coordinate representation of color #8A958F: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A958F is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB138149143-
CMYK0.0700.040.42
HSL147.27º4.93%56.27%-
HSV(B)147.27º7.38%58.43%-
XYZ26.1928.8830.18-
YUV145.03126.86122.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=32.09%
G=34.65%
B=33.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381491430.0700.040.42147.274.9356.27
Hex8A958F7042A93538
Octal21222521770452223570
Binary100010101001010110001111111010010101010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,143); }

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

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

 a { background-color: rgb(138,149,143); }

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

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

 span { border-color: rgb(138,149,143); }

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