Html Css Color HEX #879993 Granny Smith

📋 copy color: '#879993'

red 135 ◦ green 153 ◦ blue 147

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

Shades of Granny Smith #879993

Tints of Granny Smith #879993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.79%

R = 31.03%
G = 35.17%
B = 33.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#879993 (or 0x879993) is known color: Granny Smith. HEX triplet: 87, 99 and 93. RGB value is (135,153,147). Sum of RGB (Red+Green+Blue) = 135+153+147=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #879993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879993 is #78666C. Grayscale: #929292. Windows color (decimal): -7890541 or 9673095. OLE color: 9673095.

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

Color convert

RGB 135 153 147 -
CMYK 0.12 0 0.04 0.4
HSL 160º 0.08% 0.56% -
HSV(B) 160º 0.12% 0.6% -
XYZ 26.65 30.04 32 -
YUV 146.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 135 153 147 0.12 0 0.04 0.4 160 0.08 0.56
Hex 87 99 93 C 0 4 28 A0 8 38
Octal 207 231 223 14 0 4 50 240 10 70
Binary 10000111 10011001 10010011 1100 0 100 101000 10100000 1000 111000

Color Harmonies of #879993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879993

Black with #879993

Text Example


Text Example

White with #879993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879993; }

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

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

background-color css

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

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

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

border-color css

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

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

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