Html Css Color HEX #899693 Granny Smith

📋 copy color: '#899693'

red 137 ◦ green 150 ◦ blue 147

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

Shades of Granny Smith #899693

Tints of Granny Smith #899693

RGB

 RED value IS 137 (53.91% from 255) = 31.57%

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

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

R = 31.57%
G = 34.56%
B = 33.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#899693 (or 0x899693) is known color: Granny Smith. HEX triplet: 89, 96 and 93. RGB value is (137,150,147). Sum of RGB (Red+Green+Blue) = 137+150+147=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 150 - color contains mainly: green. Hex color #899693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899693 is #76696C. Grayscale: #919191. Windows color (decimal): -7760237 or 9672329. OLE color: 9672329.

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

Color convert

RGB 137 150 147 -
CMYK 0.09 0 0.02 0.41
HSL 166.15º 0.06% 0.56% -
HSV(B) 166.15º 0.09% 0.59% -
XYZ 26.49 29.24 31.85 -
YUV 145.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 137 150 147 0.09 0 0.02 0.41 166.15 0.06 0.56
Hex 89 96 93 9 0 2 29 A6 6 38
Octal 211 226 223 11 0 2 51 246 6 70
Binary 10001001 10010110 10010011 1001 0 10 101001 10100110 110 111000

Color Harmonies of #899693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899693

Black with #899693

Text Example


Text Example

White with #899693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899693; }

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

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

background-color css

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

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

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

border-color css

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

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

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