#7D9F93

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

Shades of Granny Smith #7D9F93

Tints of Granny Smith #7D9F93

Color information

#7D9F93 (or 0x7D9F93) is unknown color: approx Granny Smith. HEX triplet: 7D, 9F and 93. RGB value is (125,159,147). Sum of RGB (Red+Green+Blue) = 125+159+147=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F93 is #82606C. Grayscale: #939393. Windows color (decimal): -8544365 or 9674621. OLE color: 9674621.

HSL color Cylindrical-coordinate representation of color #7D9F93: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9F93 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB125159147-
CMYK0.2100.080.38
HSL158.82º15.04%55.69%-
HSV(B)158.82º21.38%62.35%-
XYZ26.1231.2632.26-
YUV147.47127.74111.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=29.00%
G=36.89%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251591470.2100.080.38158.8215.0455.69
Hex7D9F931508269ff38
Octal17523722325010462371770
Binary111110110011111100100111010101000100110100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,147); }

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

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

 a { background-color: rgb(125,159,147); }

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

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

 span { border-color: rgb(125,159,147); }

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