Html Css Color HEX #7E968B Granny Smith

📋 copy color: '#7E968B'

red 126 ◦ green 150 ◦ blue 139

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

Shades of Granny Smith #7E968B

Tints of Granny Smith #7E968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 30.36%
G = 36.14%
B = 33.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#7E968B (or 0x7E968B) is known color: Granny Smith. HEX triplet: 7E, 96 and 8B. RGB value is (126,150,139). Sum of RGB (Red+Green+Blue) = 126+150+139=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #7E968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E968B is #816974. Grayscale: #8D8D8D. Windows color (decimal): -8481141 or 9148030. OLE color: 9148030.

HSL color Cylindrical-coordinate representation of color #7E968B: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E968B is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 139 -
CMYK 0.16 0 0.07 0.41
HSL 152.5º 0.1% 0.54% -
HSV(B) 152.5º 0.16% 0.59% -
XYZ 24.17 28.11 28.58 -
YUV 141.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 126 150 139 0.16 0 0.07 0.41 152.5 0.1 0.54
Hex 7E 96 8B 10 0 7 29 98 A 36
Octal 176 226 213 20 0 7 51 230 12 66
Binary 1111110 10010110 10001011 10000 0 111 101001 10011000 1010 110110

Color Harmonies of #7E968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E968B

Black with #7E968B

Text Example


Text Example

White with #7E968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,150,139); }

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

background-color css

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

 a { background-color: rgb(126,150,139); }

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

border-color css

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

 span { border-color: rgb(126,150,139); }

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