Html Css Color HEX #79958D Granny Smith

📋 copy color: '#79958D'

red 121 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #79958D

Tints of Granny Smith #79958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 29.44%
G = 36.25%
B = 34.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#79958D (or 0x79958D) is known color: Granny Smith. HEX triplet: 79, 95 and 8D. RGB value is (121,149,141). Sum of RGB (Red+Green+Blue) = 121+149+141=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #79958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79958D is #866A72. Grayscale: #8B8B8B. Windows color (decimal): -8809075 or 9278841. OLE color: 9278841.

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

Color convert

RGB 121 149 141 -
CMYK 0.19 0 0.05 0.42
HSL 162.86º 0.12% 0.53% -
HSV(B) 162.86º 0.19% 0.58% -
XYZ 23.44 27.48 29.27 -
YUV 139.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 121 149 141 0.19 0 0.05 0.42 162.86 0.12 0.53
Hex 79 95 8D 13 0 5 2A A3 C 35
Octal 171 225 215 23 0 5 52 243 14 65
Binary 1111001 10010101 10001101 10011 0 101 101010 10100011 1100 110101

Color Harmonies of #79958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79958D

Black with #79958D

Text Example


Text Example

White with #79958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79958D; }

 p { color: rgb(121,149,141); }

 H1.HeaderClassName
 {
   color: #79958D;
 }
 .AnyTagClassName
 {
   color: #79958D;
 }
</style>

background-color css

<style>
 a { background-color: #79958D; }

 a { background-color: rgb(121,149,141); }

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

border-color css

<style>
 span { border-color: #79958D; }

 span { border-color: rgb(121,149,141); }

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