#7C958D

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

Shades of Granny Smith #7C958D

Tints of Granny Smith #7C958D

Color information

#7C958D (or 0x7C958D) is unknown color: approx Granny Smith. HEX triplet: 7C, 95 and 8D. RGB value is (124,149,141). Sum of RGB (Red+Green+Blue) = 124+149+141=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #7C958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C958D is #836A72. Grayscale: #8C8C8C. Windows color (decimal): -8612467 or 9278844. OLE color: 9278844.

HSL color Cylindrical-coordinate representation of color #7C958D: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C958D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB124149141-
CMYK0.1700.050.42
HSL160.8º10.55%53.53%-
HSV(B)160.8º16.78%58.43%-
XYZ23.8727.729.29-
YUV140.61128.22116.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=29.95%
G=35.99%
B=34.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241491410.1700.050.42160.810.5553.53
Hex7C958D11052Aa1b36
Octal1742252152105522411366
Binary11111001001010110001101100010101101010101000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,141); }

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

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

 a { background-color: rgb(124,149,141); }

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

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

 span { border-color: rgb(124,149,141); }

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