Html Css Color HEX #7A978E Granny Smith

📋 copy color: '#7A978E'

red 122 ◦ green 151 ◦ blue 142

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

Shades of Granny Smith #7A978E

Tints of Granny Smith #7A978E

RGB

 RED value IS 122 (48.05% from 255) = 29.4%

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 29.4%
G = 36.39%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#7A978E (or 0x7A978E) is known color: Granny Smith. HEX triplet: 7A, 97 and 8E. RGB value is (122,151,142). Sum of RGB (Red+Green+Blue) = 122+151+142=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #7A978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A978E is #856871. Grayscale: #8D8D8D. Windows color (decimal): -8743026 or 9344890. OLE color: 9344890.

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

Color convert

RGB 122 151 142 -
CMYK 0.19 0 0.06 0.41
HSL 161.38º 0.12% 0.54% -
HSV(B) 161.38º 0.19% 0.59% -
XYZ 23.98 28.22 29.78 -
YUV 141.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 122 151 142 0.19 0 0.06 0.41 161.38 0.12 0.54
Hex 7A 97 8E 13 0 6 29 A1 C 36
Octal 172 227 216 23 0 6 51 241 14 66
Binary 1111010 10010111 10001110 10011 0 110 101001 10100001 1100 110110

Color Harmonies of #7A978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A978E

Black with #7A978E

Text Example


Text Example

White with #7A978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,151,142); }

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

background-color css

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

 a { background-color: rgb(122,151,142); }

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

border-color css

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

 span { border-color: rgb(122,151,142); }

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