#7D938A

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

Shades of Granny Smith #7D938A

Tints of Granny Smith #7D938A

Color information

#7D938A (or 0x7D938A) is unknown color: approx Granny Smith. HEX triplet: 7D, 93 and 8A. RGB value is (125,147,138). Sum of RGB (Red+Green+Blue) = 125+147+138=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #7D938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D938A is #826C75. Grayscale: #8B8B8B. Windows color (decimal): -8547446 or 9081725. OLE color: 9081725.

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

Color convert

RGB125147138-
CMYK0.1500.060.42
HSL155.45º9.24%53.33%-
HSV(B)155.45º14.97%57.65%-
XYZ23.4827.0628.03-
YUV139.4127.21117.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=30.49%
G=35.85%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251471380.1500.060.42155.459.2453.33
Hex7D938AF062A9b935
Octal1752232121706522331165
Binary1111101100100111000101011110110101010100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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