Html Css Color HEX #889690 Granny Smith

📋 copy color: '#889690'

red 136 ◦ green 150 ◦ blue 144

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

Shades of Granny Smith #889690

Tints of Granny Smith #889690

RGB

 RED value IS 136 (53.52% from 255) = 31.63%

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 31.63%
G = 34.88%
B = 33.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#889690 (or 0x889690) is known color: Granny Smith. HEX triplet: 88, 96 and 90. RGB value is (136,150,144). Sum of RGB (Red+Green+Blue) = 136+150+144=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #889690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889690 is #77696F. Grayscale: #919191. Windows color (decimal): -7825776 or 9475720. OLE color: 9475720.

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

Color convert

RGB 136 150 144 -
CMYK 0.09 0 0.04 0.41
HSL 154.29º 0.06% 0.56% -
HSV(B) 154.29º 0.09% 0.59% -
XYZ 26.09 29.06 30.62 -
YUV 145.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 136 150 144 0.09 0 0.04 0.41 154.29 0.06 0.56
Hex 88 96 90 9 0 4 29 9A 6 38
Octal 210 226 220 11 0 4 51 232 6 70
Binary 10001000 10010110 10010000 1001 0 100 101001 10011010 110 111000

Color Harmonies of #889690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889690

Black with #889690

Text Example


Text Example

White with #889690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889690; }

 p { color: rgb(136,150,144); }

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

background-color css

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

 a { background-color: rgb(136,150,144); }

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

border-color css

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

 span { border-color: rgb(136,150,144); }

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