Html Css Color HEX #879994 Granny Smith

📋 copy color: '#879994'

red 135 ◦ green 153 ◦ blue 148

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

Shades of Granny Smith #879994

Tints of Granny Smith #879994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 30.96%
G = 35.09%
B = 33.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#879994 (or 0x879994) is known color: Granny Smith. HEX triplet: 87, 99 and 94. RGB value is (135,153,148). Sum of RGB (Red+Green+Blue) = 135+153+148=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #879994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879994 is #78666B. Grayscale: #939393. Windows color (decimal): -7890540 or 9738631. OLE color: 9738631.

HSL color Cylindrical-coordinate representation of color #879994: hue angle of 163.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 #879994 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 148 -
CMYK 0.12 0 0.03 0.4
HSL 163.33º 0.08% 0.56% -
HSV(B) 163.33º 0.12% 0.6% -
XYZ 26.73 30.07 32.41 -
YUV 147.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 135 153 148 0.12 0 0.03 0.4 163.33 0.08 0.56
Hex 87 99 94 C 0 3 28 A3 8 38
Octal 207 231 224 14 0 3 50 243 10 70
Binary 10000111 10011001 10010100 1100 0 11 101000 10100011 1000 111000

Color Harmonies of #879994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879994

Black with #879994

Text Example


Text Example

White with #879994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879994; }

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

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

background-color css

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

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

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

border-color css

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

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

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