Html Css Color HEX #88908E Granny Smith

📋 copy color: '#88908E'

red 136 ◦ green 144 ◦ blue 142

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

Shades of Granny Smith #88908E

Tints of Granny Smith #88908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 32.23%
G = 34.12%
B = 33.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#88908E (or 0x88908E) is known color: Granny Smith. HEX triplet: 88, 90 and 8E. RGB value is (136,144,142). Sum of RGB (Red+Green+Blue) = 136+144+142=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 144 - color contains mainly: green. Hex color #88908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88908E is #776F71. Grayscale: #8D8D8D. Windows color (decimal): -7827314 or 9343112. OLE color: 9343112.

HSL color Cylindrical-coordinate representation of color #88908E: hue angle of 165º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88908E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 142 -
CMYK 0.06 0 0.01 0.44
HSL 165º 0.03% 0.55% -
HSV(B) 165º 0.06% 0.56% -
XYZ 25.01 27.13 29.51 -
YUV 141.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 136 144 142 0.06 0 0.01 0.44 165 0.03 0.55
Hex 88 90 8E 6 0 1 2C A5 3 37
Octal 210 220 216 6 0 1 54 245 3 67
Binary 10001000 10010000 10001110 110 0 1 101100 10100101 11 110111

Color Harmonies of #88908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88908E

Black with #88908E

Text Example


Text Example

White with #88908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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