Html Css Color HEX #79988B Granny Smith

📋 copy color: '#79988B'

red 121 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #79988B

Tints of Granny Smith #79988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 29.37%
G = 36.89%
B = 33.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#79988B (or 0x79988B) is known color: Granny Smith. HEX triplet: 79, 98 and 8B. RGB value is (121,152,139). Sum of RGB (Red+Green+Blue) = 121+152+139=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #79988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79988B is #866774. Grayscale: #8D8D8D. Windows color (decimal): -8808309 or 9148537. OLE color: 9148537.

HSL color Cylindrical-coordinate representation of color #79988B: hue angle of 154.84º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79988B is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 139 -
CMYK 0.20 0 0.09 0.40
HSL 154.84º 0.13% 0.54% -
HSV(B) 154.84º 0.2% 0.6% -
XYZ 23.77 28.39 28.65 -
YUV 141.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 121 152 139 0.20 0 0.09 0.40 154.84 0.13 0.54
Hex 79 98 8B 14 0 9 28 9B D 36
Octal 171 230 213 24 0 11 50 233 15 66
Binary 1111001 10011000 10001011 10100 0 1001 101000 10011011 1101 110110

Color Harmonies of #79988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79988B

Black with #79988B

Text Example


Text Example

White with #79988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79988B; }

 p { color: rgb(121,152,139); }

 H1.HeaderClassName
 {
   color: #79988B;
 }
 .AnyTagClassName
 {
   color: #79988B;
 }
</style>

background-color css

<style>
 a { background-color: #79988B; }

 a { background-color: rgb(121,152,139); }

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

border-color css

<style>
 span { border-color: #79988B; }

 span { border-color: rgb(121,152,139); }

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