Html Css Color HEX #7E988E Granny Smith

📋 copy color: '#7E988E'

red 126 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #7E988E

Tints of Granny Smith #7E988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 30%
G = 36.19%
B = 33.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#7E988E (or 0x7E988E) is known color: Granny Smith. HEX triplet: 7E, 98 and 8E. RGB value is (126,152,142). Sum of RGB (Red+Green+Blue) = 126+152+142=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #7E988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E988E is #816771. Grayscale: #8F8F8F. Windows color (decimal): -8480626 or 9345150. OLE color: 9345150.

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

Color convert

RGB 126 152 142 -
CMYK 0.17 0 0.07 0.40
HSL 156.92º 0.11% 0.55% -
HSV(B) 156.92º 0.17% 0.6% -
XYZ 24.71 28.85 29.86 -
YUV 143.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 126 152 142 0.17 0 0.07 0.40 156.92 0.11 0.55
Hex 7E 98 8E 11 0 7 28 9D B 37
Octal 176 230 216 21 0 7 50 235 13 67
Binary 1111110 10011000 10001110 10001 0 111 101000 10011101 1011 110111

Color Harmonies of #7E988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E988E

Black with #7E988E

Text Example


Text Example

White with #7E988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,152,142); }

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

background-color css

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

 a { background-color: rgb(126,152,142); }

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

border-color css

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

 span { border-color: rgb(126,152,142); }

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