#7C988C

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

Shades of Granny Smith #7C988C

Tints of Granny Smith #7C988C

Color information

#7C988C (or 0x7C988C) is unknown color: approx Granny Smith. HEX triplet: 7C, 98 and 8C. RGB value is (124,152,140). Sum of RGB (Red+Green+Blue) = 124+152+140=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #7C988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C988C is #836773. Grayscale: #8E8E8E. Windows color (decimal): -8611700 or 9214076. OLE color: 9214076.

HSL color Cylindrical-coordinate representation of color #7C988C: hue angle of 154.29º 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 #7C988C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB124152140-
CMYK0.1800.080.40
HSL154.29º11.97%54.12%-
HSV(B)154.29º18.42%59.61%-
XYZ24.2728.6429.06-
YUV142.26126.72114.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=29.81%
G=36.54%
B=33.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521400.1800.080.40154.2911.9754.12
Hex7C988C1208289ac36
Octal17423021422010502321466
Binary111110010011000100011001001001000101000100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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