Html Css Color HEX #7E9D93 Granny Smith

📋 copy color: '#7E9D93'

red 126 ◦ green 157 ◦ blue 147

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

Shades of Granny Smith #7E9D93

Tints of Granny Smith #7E9D93

RGB

 RED value IS 126 (49.61% from 255) = 29.3%

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 29.3%
G = 36.51%
B = 34.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#7E9D93 (or 0x7E9D93) is known color: Granny Smith. HEX triplet: 7E, 9D and 93. RGB value is (126,157,147). Sum of RGB (Red+Green+Blue) = 126+157+147=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9D93 is #81626C. Grayscale: #929292. Windows color (decimal): -8479341 or 9674110. OLE color: 9674110.

HSL color Cylindrical-coordinate representation of color #7E9D93: hue angle of 160.65º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9D93 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 157 147 -
CMYK 0.20 0 0.06 0.38
HSL 160.65º 0.14% 0.55% -
HSV(B) 160.65º 0.2% 0.62% -
XYZ 25.93 30.66 32.15 -
YUV 146.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 126 157 147 0.20 0 0.06 0.38 160.65 0.14 0.55
Hex 7E 9D 93 14 0 6 26 A1 E 37
Octal 176 235 223 24 0 6 46 241 16 67
Binary 1111110 10011101 10010011 10100 0 110 100110 10100001 1110 110111

Color Harmonies of #7E9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9D93

Black with #7E9D93

Text Example


Text Example

White with #7E9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,157,147); }

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

background-color css

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

 a { background-color: rgb(126,157,147); }

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

border-color css

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

 span { border-color: rgb(126,157,147); }

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