#7D8B84

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

Shades of Granny Smith #7D8B84

Tints of Granny Smith #7D8B84

Color information

#7D8B84 (or 0x7D8B84) is unknown color: approx Granny Smith. HEX triplet: 7D, 8B and 84. RGB value is (125,139,132). Sum of RGB (Red+Green+Blue) = 125+139+132=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8B84 is #82747B. Grayscale: #868686. Windows color (decimal): -8549500 or 8686461. OLE color: 8686461.

HSL color Cylindrical-coordinate representation of color #7D8B84: hue angle of 150º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D8B84 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB125139132-
CMYK0.1000.050.45
HSL150º5.69%51.76%-
HSV(B)150º10.07%54.51%-
XYZ21.8524.4925.41-
YUV134.02126.86121.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=31.57%
G=35.10%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251391320.1000.050.451505.6951.76
Hex7D8B84A052D96634
Octal175213204120555226664
Binary111110110001011100001001010010110110110010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8B84; }

 p { color: rgb(125,139,132); }

 H1.HeaderClassName
 {
   color: #7D8B84;
 }
 .AnyTagClassName
 {
   color: #7D8B84;
 }
</style>
background-color css

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

 a { background-color: rgb(125,139,132); }

 div.DivClassName
 {
   background-color: #7D8B84;
 }
 .BgClassName
 {
   background-color: #7D8B84;
 }
</style>
border-color css

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

 span { border-color: rgb(125,139,132); }

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