Html Css Color HEX #79948C Granny Smith

📋 copy color: '#79948C'

red 121 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #79948C

Tints of Granny Smith #79948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 29.58%
G = 36.19%
B = 34.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#79948C (or 0x79948C) is known color: Granny Smith. HEX triplet: 79, 94 and 8C. RGB value is (121,148,140). Sum of RGB (Red+Green+Blue) = 121+148+140=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #79948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79948C is #866B73. Grayscale: #8B8B8B. Windows color (decimal): -8809332 or 9213049. OLE color: 9213049.

HSL color Cylindrical-coordinate representation of color #79948C: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79948C is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 140 -
CMYK 0.18 0 0.05 0.42
HSL 162.22º 0.11% 0.53% -
HSV(B) 162.22º 0.18% 0.58% -
XYZ 23.21 27.14 28.83 -
YUV 139.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 121 148 140 0.18 0 0.05 0.42 162.22 0.11 0.53
Hex 79 94 8C 12 0 5 2A A2 B 35
Octal 171 224 214 22 0 5 52 242 13 65
Binary 1111001 10010100 10001100 10010 0 101 101010 10100010 1011 110101

Color Harmonies of #79948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79948C

Black with #79948C

Text Example


Text Example

White with #79948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79948C; }

 p { color: rgb(121,148,140); }

 H1.HeaderClassName
 {
   color: #79948C;
 }
 .AnyTagClassName
 {
   color: #79948C;
 }
</style>

background-color css

<style>
 a { background-color: #79948C; }

 a { background-color: rgb(121,148,140); }

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

border-color css

<style>
 span { border-color: #79948C; }

 span { border-color: rgb(121,148,140); }

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