Html Css Color HEX #7D9388 Granny Smith

📋 copy color: '#7D9388'

red 125 ◦ green 147 ◦ blue 136

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

Shades of Granny Smith #7D9388

Tints of Granny Smith #7D9388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 30.64%
G = 36.03%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7D9388 (or 0x7D9388) is known color: Granny Smith. HEX triplet: 7D, 93 and 88. RGB value is (125,147,136). Sum of RGB (Red+Green+Blue) = 125+147+136=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9388 is #826C77. Grayscale: #8B8B8B. Windows color (decimal): -8547448 or 8950653. OLE color: 8950653.

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

Color convert

RGB 125 147 136 -
CMYK 0.15 0 0.07 0.42
HSL 150º 0.09% 0.53% -
HSV(B) 150º 0.15% 0.58% -
XYZ 23.34 27 27.28 -
YUV 139.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 125 147 136 0.15 0 0.07 0.42 150 0.09 0.53
Hex 7D 93 88 F 0 7 2A 96 9 35
Octal 175 223 210 17 0 7 52 226 11 65
Binary 1111101 10010011 10001000 1111 0 111 101010 10010110 1001 110101

Color Harmonies of #7D9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9388

Black with #7D9388

Text Example


Text Example

White with #7D9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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