Html Css Color HEX #8A938E Granny Smith

📋 copy color: '#8A938E'

red 138 ◦ green 147 ◦ blue 142

#8A938E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #8A938E

Tints of Granny Smith #8A938E

RGB

 RED value IS 138 (54.3% from 255) = 32.32%

 GREEN value IS 147 (57.81% from 255) = 34.43%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 32.32%
G = 34.43%
B = 33.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8A938E (or 0x8A938E) is known color: Granny Smith. HEX triplet: 8A, 93 and 8E. RGB value is (138,147,142). Sum of RGB (Red+Green+Blue) = 138+147+142=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8A938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A938E is #756C71. Grayscale: #8F8F8F. Windows color (decimal): -7695474 or 9343882. OLE color: 9343882.

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

Color convert

RGB 138 147 142 -
CMYK 0.06 0 0.03 0.42
HSL 146.67º 0.04% 0.56% -
HSV(B) 146.67º 0.06% 0.58% -
XYZ 25.8 28.22 29.68 -
YUV 143.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 138 147 142 0.06 0 0.03 0.42 146.67 0.04 0.56
Hex 8A 93 8E 6 0 3 2A 93 4 38
Octal 212 223 216 6 0 3 52 223 4 70
Binary 10001010 10010011 10001110 110 0 11 101010 10010011 100 111000

Color Harmonies of #8A938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A938E

Black with #8A938E

Text Example


Text Example

White with #8A938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A938E;
 }
 .AnyTagClassName
 {
   color: #8A938E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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