Html Css Color HEX #8F9694 Granny Smith

📋 copy color: '#8F9694'

red 143 ◦ green 150 ◦ blue 148

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

Shades of Granny Smith #8F9694

Tints of Granny Smith #8F9694

RGB

 RED value IS 143 (56.25% from 255) = 32.43%

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 32.43%
G = 34.01%
B = 33.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#8F9694 (or 0x8F9694) is known color: Granny Smith. HEX triplet: 8F, 96 and 94. RGB value is (143,150,148). Sum of RGB (Red+Green+Blue) = 143+150+148=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9694 is #70696B. Grayscale: #939393. Windows color (decimal): -7367020 or 9737871. OLE color: 9737871.

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

Color convert

RGB 143 150 148 -
CMYK 0.05 0 0.01 0.41
HSL 162.86º 0.03% 0.57% -
HSV(B) 162.86º 0.05% 0.59% -
XYZ 27.58 29.79 32.31 -
YUV 147.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 143 150 148 0.05 0 0.01 0.41 162.86 0.03 0.57
Hex 8F 96 94 5 0 1 29 A3 3 39
Octal 217 226 224 5 0 1 51 243 3 71
Binary 10001111 10010110 10010100 101 0 1 101001 10100011 11 111001

Color Harmonies of #8F9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9694

Black with #8F9694

Text Example


Text Example

White with #8F9694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,148); }

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

background-color css

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

 a { background-color: rgb(143,150,148); }

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

border-color css

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

 span { border-color: rgb(143,150,148); }

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