#7D9A8B

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

Shades of Granny Smith #7D9A8B

Tints of Granny Smith #7D9A8B

Color information

#7D9A8B (or 0x7D9A8B) is unknown color: approx Granny Smith. HEX triplet: 7D, 9A and 8B. RGB value is (125,154,139). Sum of RGB (Red+Green+Blue) = 125+154+139=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9A8B is #826574. Grayscale: #8F8F8F. Windows color (decimal): -8545653 or 9149053. OLE color: 9149053.

HSL color Cylindrical-coordinate representation of color #7D9A8B: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9A8B is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB125154139-
CMYK0.1900.100.40
HSL148.97º12.55%54.71%-
HSV(B)148.97º18.83%60.39%-
XYZ24.6729.3428.79-
YUV143.62125.39114.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=29.90%
G=36.84%
B=33.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251541390.1900.100.40148.9712.5554.71
Hex7D9A8B130A2895d37
Octal17523221323012502251567
Binary111110110011010100010111001101010101000100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,154,139); }

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

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

 a { background-color: rgb(125,154,139); }

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

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

 span { border-color: rgb(125,154,139); }

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