Html Css Color HEX #79908A Granny Smith

📋 copy color: '#79908A'

red 121 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #79908A

Tints of Granny Smith #79908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

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

R = 30.02%
G = 35.73%
B = 34.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#79908A (or 0x79908A) is known color: Granny Smith. HEX triplet: 79, 90 and 8A. RGB value is (121,144,138). Sum of RGB (Red+Green+Blue) = 121+144+138=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #79908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908A is #866F75. Grayscale: #888888. Windows color (decimal): -8810358 or 9080953. OLE color: 9080953.

HSL color Cylindrical-coordinate representation of color #79908A: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79908A is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 138 -
CMYK 0.16 0 0.04 0.44
HSL 164.35º 0.09% 0.52% -
HSV(B) 164.35º 0.16% 0.56% -
XYZ 22.45 25.85 27.85 -
YUV 136.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 121 144 138 0.16 0 0.04 0.44 164.35 0.09 0.52
Hex 79 90 8A 10 0 4 2C A4 9 34
Octal 171 220 212 20 0 4 54 244 11 64
Binary 1111001 10010000 10001010 10000 0 100 101100 10100100 1001 110100

Color Harmonies of #79908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79908A

Black with #79908A

Text Example


Text Example

White with #79908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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