Html Css Color HEX #8A9792 Granny Smith

📋 copy color: '#8A9792'

red 138 ◦ green 151 ◦ blue 146

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

Shades of Granny Smith #8A9792

Tints of Granny Smith #8A9792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 31.72%
G = 34.71%
B = 33.56%

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

#8A9792 (or 0x8A9792) is known color: Granny Smith. HEX triplet: 8A, 97 and 92. RGB value is (138,151,146). Sum of RGB (Red+Green+Blue) = 138+151+146=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9792 is #75686D. Grayscale: #929292. Windows color (decimal): -7694446 or 9607050. OLE color: 9607050.

HSL color Cylindrical-coordinate representation of color #8A9792: hue angle of 156.92º 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 #8A9792 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 151 146 -
CMYK 0.09 0 0.03 0.41
HSL 156.92º 0.06% 0.57% -
HSV(B) 156.92º 0.09% 0.59% -
XYZ 26.74 29.61 31.5 -
YUV 146.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 138 151 146 0.09 0 0.03 0.41 156.92 0.06 0.57
Hex 8A 97 92 9 0 3 29 9D 6 39
Octal 212 227 222 11 0 3 51 235 6 71
Binary 10001010 10010111 10010010 1001 0 11 101001 10011101 110 111001

Color Harmonies of #8A9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9792

Black with #8A9792

Text Example


Text Example

White with #8A9792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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