Html Css Color HEX #868988 Granny Smith

📋 copy color: '#868988'

red 134 ◦ green 137 ◦ blue 136

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

Shades of Granny Smith #868988

Tints of Granny Smith #868988

RGB

 RED value IS 134 (52.73% from 255) = 32.92%

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 136 (53.52% from 255) = 33.42%

R = 32.92%
G = 33.66%
B = 33.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#868988 (or 0x868988) is known color: Granny Smith. HEX triplet: 86, 89 and 88. RGB value is (134,137,136). Sum of RGB (Red+Green+Blue) = 134+137+136=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 137 - color contains mainly: green. Hex color #868988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868988 is #797677. Grayscale: #878787. Windows color (decimal): -7960184 or 8948102. OLE color: 8948102.

HSL color Cylindrical-coordinate representation of color #868988: hue angle of 160º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868988 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 136 -
CMYK 0.02 0 0.01 0.46
HSL 160º 0.01% 0.53% -
HSV(B) 160º 0.02% 0.54% -
XYZ 23.22 24.74 26.84 -
YUV 135.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 134 137 136 0.02 0 0.01 0.46 160 0.01 0.53
Hex 86 89 88 2 0 1 2E A0 1 35
Octal 206 211 210 2 0 1 56 240 1 65
Binary 10000110 10001001 10001000 10 0 1 101110 10100000 1 110101

Color Harmonies of #868988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868988

Black with #868988

Text Example


Text Example

White with #868988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868988; }

 p { color: rgb(134,137,136); }

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

background-color css

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

 a { background-color: rgb(134,137,136); }

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

border-color css

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

 span { border-color: rgb(134,137,136); }

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