Html Css Color HEX #7D938B Granny Smith

📋 copy color: '#7D938B'

red 125 ◦ green 147 ◦ blue 139

#7D938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #7D938B

Tints of Granny Smith #7D938B

RGB

 RED value IS 125 (49.22% from 255) = 30.41%

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 30.41%
G = 35.77%
B = 33.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#7D938B (or 0x7D938B) is known color: Granny Smith. HEX triplet: 7D, 93 and 8B. RGB value is (125,147,139). Sum of RGB (Red+Green+Blue) = 125+147+139=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7D938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D938B is #826C74. Grayscale: #8B8B8B. Windows color (decimal): -8547445 or 9147261. OLE color: 9147261.

HSL color Cylindrical-coordinate representation of color #7D938B: hue angle of 158.18º 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 #7D938B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 139 -
CMYK 0.15 0 0.05 0.42
HSL 158.18º 0.09% 0.53% -
HSV(B) 158.18º 0.15% 0.58% -
XYZ 23.55 27.09 28.41 -
YUV 139.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 125 147 139 0.15 0 0.05 0.42 158.18 0.09 0.53
Hex 7D 93 8B F 0 5 2A 9E 9 35
Octal 175 223 213 17 0 5 52 236 11 65
Binary 1111101 10010011 10001011 1111 0 101 101010 10011110 1001 110101

Color Harmonies of #7D938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D938B

Black with #7D938B

Text Example


Text Example

White with #7D938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D938B;
 }
 .AnyTagClassName
 {
   color: #7D938B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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