Html Css Color HEX #8A9793 Granny Smith

📋 copy color: '#8A9793'

red 138 ◦ green 151 ◦ blue 147

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

Shades of Granny Smith #8A9793

Tints of Granny Smith #8A9793

RGB

 RED value IS 138 (54.3% 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 value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#8A9793 (or 0x8A9793) is known color: 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

RGB 138 151 147 -
CMYK 0.09 0 0.03 0.41
HSL 161.54º 0.06% 0.57% -
HSV(B) 161.54º 0.09% 0.59% -
XYZ 26.81 29.64 31.91 -
YUV 146.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 138 151 147 0.09 0 0.03 0.41 161.54 0.06 0.57
Hex 8A 97 93 9 0 3 29 A2 6 39
Octal 212 227 223 11 0 3 51 242 6 71
Binary 10001010 10010111 10010011 1001 0 11 101001 10100010 110 111001

Color Harmonies of #8A9793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9793

Black with #8A9793

Text Example


Text Example

White with #8A9793

Text Example


Text Example

HTML Codes & Css Web 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>