#7C988B

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

Shades of Granny Smith #7C988B

Tints of Granny Smith #7C988B

Color information

#7C988B (or 0x7C988B) is unknown color: approx Granny Smith. HEX triplet: 7C, 98 and 8B. RGB value is (124,152,139). Sum of RGB (Red+Green+Blue) = 124+152+139=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #7C988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C988B is #836774. Grayscale: #8E8E8E. Windows color (decimal): -8611701 or 9148540. OLE color: 9148540.

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

Color convert

RGB124152139-
CMYK0.1800.090.40
HSL152.14º11.97%54.12%-
HSV(B)152.14º18.42%59.61%-
XYZ24.228.6128.67-
YUV142.15126.22115.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=29.88%
G=36.63%
B=33.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521390.1800.090.40152.1411.9754.12
Hex7C988B12092898c36
Octal17423021322011502301466
Binary111110010011000100010111001001001101000100110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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