#7C988F

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

Shades of Granny Smith #7C988F

Tints of Granny Smith #7C988F

Color information

#7C988F (or 0x7C988F) is unknown color: approx Granny Smith. HEX triplet: 7C, 98 and 8F. RGB value is (124,152,143). Sum of RGB (Red+Green+Blue) = 124+152+143=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #7C988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C988F is #836770. Grayscale: #8E8E8E. Windows color (decimal): -8611697 or 9410684. OLE color: 9410684.

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

Color convert

RGB124152143-
CMYK0.1800.060.40
HSL160.71º11.97%54.12%-
HSV(B)160.71º18.42%59.61%-
XYZ24.528.7230.24-
YUV142.6128.22114.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.59%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=29.59%
G=36.28%
B=34.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521430.1800.060.40160.7111.9754.12
Hex7C988F120628a1c36
Octal1742302172206502411466
Binary11111001001100010001111100100110101000101000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,143); }

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

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

 a { background-color: rgb(124,152,143); }

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

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

 span { border-color: rgb(124,152,143); }

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