Html Css Color HEX #879991 Granny Smith

📋 copy color: '#879991'

red 135 ◦ green 153 ◦ blue 145

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

Shades of Granny Smith #879991

Tints of Granny Smith #879991

RGB

 RED value IS 135 (53.13% from 255) = 31.18%

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 31.18%
G = 35.33%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#879991 (or 0x879991) is known color: Granny Smith. HEX triplet: 87, 99 and 91. RGB value is (135,153,145). Sum of RGB (Red+Green+Blue) = 135+153+145=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #879991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879991 is #78666E. Grayscale: #929292. Windows color (decimal): -7890543 or 9542023. OLE color: 9542023.

HSL color Cylindrical-coordinate representation of color #879991: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879991 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 145 -
CMYK 0.12 0 0.05 0.4
HSL 153.33º 0.08% 0.56% -
HSV(B) 153.33º 0.12% 0.6% -
XYZ 26.49 29.98 31.18 -
YUV 146.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 135 153 145 0.12 0 0.05 0.4 153.33 0.08 0.56
Hex 87 99 91 C 0 5 28 99 8 38
Octal 207 231 221 14 0 5 50 231 10 70
Binary 10000111 10011001 10010001 1100 0 101 101000 10011001 1000 111000

Color Harmonies of #879991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879991

Black with #879991

Text Example


Text Example

White with #879991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879991; }

 p { color: rgb(135,153,145); }

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

background-color css

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

 a { background-color: rgb(135,153,145); }

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

border-color css

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

 span { border-color: rgb(135,153,145); }

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