Html Css Color HEX #79958C Granny Smith

📋 copy color: '#79958C'

red 121 ◦ green 149 ◦ blue 140

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

Shades of Granny Smith #79958C

Tints of Granny Smith #79958C

RGB

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

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

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

R = 29.51%
G = 36.34%
B = 34.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#79958C (or 0x79958C) is known color: Granny Smith. HEX triplet: 79, 95 and 8C. RGB value is (121,149,140). Sum of RGB (Red+Green+Blue) = 121+149+140=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #79958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79958C is #866A73. Grayscale: #8B8B8B. Windows color (decimal): -8809076 or 9213305. OLE color: 9213305.

HSL color Cylindrical-coordinate representation of color #79958C: hue angle of 160.71º 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 #79958C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 140 -
CMYK 0.19 0 0.06 0.42
HSL 160.71º 0.12% 0.53% -
HSV(B) 160.71º 0.19% 0.58% -
XYZ 23.37 27.45 28.88 -
YUV 139.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 121 149 140 0.19 0 0.06 0.42 160.71 0.12 0.53
Hex 79 95 8C 13 0 6 2A A1 C 35
Octal 171 225 214 23 0 6 52 241 14 65
Binary 1111001 10010101 10001100 10011 0 110 101010 10100001 1100 110101

Color Harmonies of #79958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79958C

Black with #79958C

Text Example


Text Example

White with #79958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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