#7A918B

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

Shades of Granny Smith #7A918B

Tints of Granny Smith #7A918B

Color information

#7A918B (or 0x7A918B) is unknown color: approx Granny Smith. HEX triplet: 7A, 91 and 8B. RGB value is (122,145,139). Sum of RGB (Red+Green+Blue) = 122+145+139=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #7A918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A918B is #856E74. Grayscale: #898989. Windows color (decimal): -8744565 or 9146746. OLE color: 9146746.

HSL color Cylindrical-coordinate representation of color #7A918B: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A918B is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB122145139-
CMYK0.1600.040.43
HSL164.35º9.47%52.35%-
HSV(B)164.35º15.86%56.86%-
XYZ22.8126.2528.29-
YUV137.44128.88116.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=30.05%
G=35.71%
B=34.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221451390.1600.040.43164.359.4752.35
Hex7A918B10042Ba4934
Octal1722212132004532441164
Binary11110101001000110001011100000100101011101001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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