#7A8D82

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

Shades of Granny Smith #7A8D82

Tints of Granny Smith #7A8D82

Color information

#7A8D82 (or 0x7A8D82) is unknown color: approx Granny Smith. HEX triplet: 7A, 8D and 82. RGB value is (122,141,130). Sum of RGB (Red+Green+Blue) = 122+141+130=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8D82 is #85727D. Grayscale: #868686. Windows color (decimal): -8745598 or 8555898. OLE color: 8555898.

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

Color convert

RGB122141130-
CMYK0.1300.080.45
HSL145.26º7.69%51.57%-
HSV(B)145.26º13.48%55.29%-
XYZ21.5824.824.77-
YUV134.06125.71119.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=31.04%
G=35.88%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221411300.1300.080.45145.267.6951.57
Hex7A8D82D082D91834
Octal17221520215010552211064
Binary11110101000110110000010110101000101101100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,141,130); }

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

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

 a { background-color: rgb(122,141,130); }

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

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

 span { border-color: rgb(122,141,130); }

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