Html Css Color HEX #798982 Granny Smith

📋 copy color: '#798982'

red 121 ◦ green 137 ◦ blue 130

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

Shades of Granny Smith #798982

Tints of Granny Smith #798982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 31.19%
G = 35.31%
B = 33.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#798982 (or 0x798982) is known color: Granny Smith. HEX triplet: 79, 89 and 82. RGB value is (121,137,130). Sum of RGB (Red+Green+Blue) = 121+137+130=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #798982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798982 is #86767D. Grayscale: #838383. Windows color (decimal): -8812158 or 8554873. OLE color: 8554873.

HSL color Cylindrical-coordinate representation of color #798982: hue angle of 153.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798982 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 137 130 -
CMYK 0.12 0 0.05 0.46
HSL 153.75º 0.06% 0.51% -
HSV(B) 153.75º 0.12% 0.54% -
XYZ 20.86 23.57 24.57 -
YUV 131.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 121 137 130 0.12 0 0.05 0.46 153.75 0.06 0.51
Hex 79 89 82 C 0 5 2E 9A 6 33
Octal 171 211 202 14 0 5 56 232 6 63
Binary 1111001 10001001 10000010 1100 0 101 101110 10011010 110 110011

Color Harmonies of #798982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798982

Black with #798982

Text Example


Text Example

White with #798982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798982; }

 p { color: rgb(121,137,130); }

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

background-color css

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

 a { background-color: rgb(121,137,130); }

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

border-color css

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

 span { border-color: rgb(121,137,130); }

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