#7A988A

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

Shades of Granny Smith #7A988A

Tints of Granny Smith #7A988A

Color information

#7A988A (or 0x7A988A) is unknown color: approx Granny Smith. HEX triplet: 7A, 98 and 8A. RGB value is (122,152,138). Sum of RGB (Red+Green+Blue) = 122+152+138=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #7A988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A988A is #856775. Grayscale: #8D8D8D. Windows color (decimal): -8742774 or 9083002. OLE color: 9083002.

HSL color Cylindrical-coordinate representation of color #7A988A: hue angle of 152º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A988A is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB122152138-
CMYK0.2000.090.40
HSL152º12.71%53.73%-
HSV(B)152º19.74%59.61%-
XYZ23.8428.4328.28-
YUV141.43126.06114.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=29.61%
G=36.89%
B=33.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221521380.2000.090.4015212.7153.73
Hex7A988A14092898d36
Octal17223021224011502301566
Binary111101010011000100010101010001001101000100110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,138); }

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

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

 a { background-color: rgb(122,152,138); }

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

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

 span { border-color: rgb(122,152,138); }

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