#7A9D8C

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

Shades of Granny Smith #7A9D8C

Tints of Granny Smith #7A9D8C

Color information

#7A9D8C (or 0x7A9D8C) is unknown color: approx Granny Smith. HEX triplet: 7A, 9D and 8C. RGB value is (122,157,140). Sum of RGB (Red+Green+Blue) = 122+157+140=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9D8C is #856273. Grayscale: #909090. Windows color (decimal): -8741492 or 9215354. OLE color: 9215354.

HSL color Cylindrical-coordinate representation of color #7A9D8C: hue angle of 150.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9D8C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB122157140-
CMYK0.2200.110.38
HSL150.86º15.15%54.71%-
HSV(B)150.86º22.29%61.57%-
XYZ24.8230.1429.32-
YUV144.6125.4111.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=29.12%
G=37.47%
B=33.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221571400.2200.110.38150.8615.1554.71
Hex7A9D8C160B2697f37
Octal17223521426013462271767
Binary111101010011101100011001011001011100110100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,157,140); }

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

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

 a { background-color: rgb(122,157,140); }

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

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

 span { border-color: rgb(122,157,140); }

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