Html Css Color HEX #8D9693 Granny Smith

📋 copy color: '#8D9693'

red 141 ◦ green 150 ◦ blue 147

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

Shades of Granny Smith #8D9693

Tints of Granny Smith #8D9693

RGB

 RED value IS 141 (55.47% from 255) = 32.19%

 GREEN value IS 150 (58.98% from 255) = 34.25%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 32.19%
G = 34.25%
B = 33.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#8D9693 (or 0x8D9693) is known color: Granny Smith. HEX triplet: 8D, 96 and 93. RGB value is (141,150,147). Sum of RGB (Red+Green+Blue) = 141+150+147=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9693 is #72696C. Grayscale: #929292. Windows color (decimal): -7498093 or 9672333. OLE color: 9672333.

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

Color convert

RGB 141 150 147 -
CMYK 0.06 0 0.02 0.41
HSL 160º 0.04% 0.57% -
HSV(B) 160º 0.06% 0.59% -
XYZ 27.16 29.58 31.88 -
YUV 146.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 141 150 147 0.06 0 0.02 0.41 160 0.04 0.57
Hex 8D 96 93 6 0 2 29 A0 4 39
Octal 215 226 223 6 0 2 51 240 4 71
Binary 10001101 10010110 10010011 110 0 10 101001 10100000 100 111001

Color Harmonies of #8D9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9693

Black with #8D9693

Text Example


Text Example

White with #8D9693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,147); }

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

background-color css

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

 a { background-color: rgb(141,150,147); }

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

border-color css

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

 span { border-color: rgb(141,150,147); }

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