#7A9A8F

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

Shades of Granny Smith #7A9A8F

Tints of Granny Smith #7A9A8F

Color information

#7A9A8F (or 0x7A9A8F) is unknown color: approx Granny Smith. HEX triplet: 7A, 9A and 8F. RGB value is (122,154,143). Sum of RGB (Red+Green+Blue) = 122+154+143=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A8F is #856570. Grayscale: #8F8F8F. Windows color (decimal): -8742257 or 9411194. OLE color: 9411194.

HSL color Cylindrical-coordinate representation of color #7A9A8F: hue angle of 159.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A8F is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB122154143-
CMYK0.2100.070.40
HSL159.38º13.68%54.12%-
HSV(B)159.38º20.78%60.39%-
XYZ24.5429.2330.34-
YUV143.18127.9112.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=29.12%
G=36.75%
B=34.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221541430.2100.070.40159.3813.6854.12
Hex7A9A8F1507289fe36
Octal1722322172507502371666
Binary11110101001101010001111101010111101000100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,154,143); }

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

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

 a { background-color: rgb(122,154,143); }

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

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

 span { border-color: rgb(122,154,143); }

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