#7C948B

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

Shades of Granny Smith #7C948B

Tints of Granny Smith #7C948B

Color information

#7C948B (or 0x7C948B) is unknown color: approx Granny Smith. HEX triplet: 7C, 94 and 8B. RGB value is (124,148,139). Sum of RGB (Red+Green+Blue) = 124+148+139=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #7C948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C948B is #836B74. Grayscale: #8B8B8B. Windows color (decimal): -8612725 or 9147516. OLE color: 9147516.

HSL color Cylindrical-coordinate representation of color #7C948B: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C948B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB124148139-
CMYK0.1600.060.42
HSL157.5º10.08%53.33%-
HSV(B)157.5º16.22%58.04%-
XYZ23.5627.3328.46-
YUV139.8127.55116.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=30.17%
G=36.01%
B=33.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241481390.1600.060.42157.510.0853.33
Hex7C948B10062A9da35
Octal1742242132006522351265
Binary11111001001010010001011100000110101010100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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