Html Css Color HEX #79998A Granny Smith

📋 copy color: '#79998A'

red 121 ◦ green 153 ◦ blue 138

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

Shades of Granny Smith #79998A

Tints of Granny Smith #79998A

RGB

 RED value IS 121 (47.66% from 255) = 29.37%

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 29.37%
G = 37.14%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#79998A (or 0x79998A) is known color: Granny Smith. HEX triplet: 79, 99 and 8A. RGB value is (121,153,138). Sum of RGB (Red+Green+Blue) = 121+153+138=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #79998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79998A is #866675. Grayscale: #8D8D8D. Windows color (decimal): -8808054 or 9083257. OLE color: 9083257.

HSL color Cylindrical-coordinate representation of color #79998A: hue angle of 151.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79998A is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 138 -
CMYK 0.21 0 0.10 0.4
HSL 151.88º 0.14% 0.54% -
HSV(B) 151.88º 0.21% 0.6% -
XYZ 23.86 28.68 28.32 -
YUV 141.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 121 153 138 0.21 0 0.10 0.4 151.88 0.14 0.54
Hex 79 99 8A 15 0 A 28 98 E 36
Octal 171 231 212 25 0 12 50 230 16 66
Binary 1111001 10011001 10001010 10101 0 1010 101000 10011000 1110 110110

Color Harmonies of #79998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79998A

Black with #79998A

Text Example


Text Example

White with #79998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79998A; }

 p { color: rgb(121,153,138); }

 H1.HeaderClassName
 {
   color: #79998A;
 }
 .AnyTagClassName
 {
   color: #79998A;
 }
</style>

background-color css

<style>
 a { background-color: #79998A; }

 a { background-color: rgb(121,153,138); }

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

border-color css

<style>
 span { border-color: #79998A; }

 span { border-color: rgb(121,153,138); }

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