#7A948B

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

Shades of Granny Smith #7A948B

Tints of Granny Smith #7A948B

Color information

#7A948B (or 0x7A948B) is unknown color: approx Granny Smith. HEX triplet: 7A, 94 and 8B. RGB value is (122,148,139). Sum of RGB (Red+Green+Blue) = 122+148+139=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #7A948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A948B is #856B74. Grayscale: #8B8B8B. Windows color (decimal): -8743797 or 9147514. OLE color: 9147514.

HSL color Cylindrical-coordinate representation of color #7A948B: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A948B is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB122148139-
CMYK0.1800.060.42
HSL159.23º10.83%52.94%-
HSV(B)159.23º17.57%58.04%-
XYZ23.2827.1828.45-
YUV139.2127.89115.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=29.83%
G=36.19%
B=33.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481390.1800.060.42159.2310.8352.94
Hex7A948B12062A9fb35
Octal1722242132206522371365
Binary11110101001010010001011100100110101010100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,139); }

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

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

 a { background-color: rgb(122,148,139); }

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

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

 span { border-color: rgb(122,148,139); }

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