#7C968B

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

Shades of Granny Smith #7C968B

Tints of Granny Smith #7C968B

Color information

#7C968B (or 0x7C968B) is unknown color: approx Granny Smith. HEX triplet: 7C, 96 and 8B. RGB value is (124,150,139). Sum of RGB (Red+Green+Blue) = 124+150+139=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #7C968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C968B is #836974. Grayscale: #8C8C8C. Windows color (decimal): -8612213 or 9148028. OLE color: 9148028.

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

Color convert

RGB124150139-
CMYK0.1700.070.41
HSL154.62º11.02%53.73%-
HSV(B)154.62º17.33%58.82%-
XYZ23.8827.9628.56-
YUV140.97126.89115.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=30.02%
G=36.32%
B=33.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241501390.1700.070.41154.6211.0253.73
Hex7C968B1107299bb36
Octal1742262132107512331366
Binary11111001001011010001011100010111101001100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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