#879993

Color #879993 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #879993

Tints of Granny Smith #879993

Color information

#879993 (or 0x879993) is unknown color: approx 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

RGB135153147-
CMYK0.1200.040.4
HSL160º8.11%56.47%-
HSV(B)160º11.76%60%-
XYZ26.6530.0432-
YUV146.93128.04119.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531470.1200.040.41608.1156.47
Hex879993C0428a0838
Octal2072312231404502401070
Binary10000111100110011001001111000100101000101000001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>