#79AF92

Color #79AF92 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #79AF92

Tints of Padua #79AF92

Color information

#79AF92 (or 0x79AF92) is unknown color: approx Padua. HEX triplet: 79, AF and 92. RGB value is (121,175,146). Sum of RGB (Red+Green+Blue) = 121+175+146=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AF92 is #86506D. Grayscale: #9B9B9B. Windows color (decimal): -8802414 or 9613177. OLE color: 9613177.

HSL color Cylindrical-coordinate representation of color #79AF92: hue angle of 147.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AF92 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB121175146-
CMYK0.3100.170.31
HSL147.78º25.23%58.04%-
HSV(B)147.78º30.86%68.63%-
XYZ28.436.832.8-
YUV155.55122.61103.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=27.38%
G=39.59%
B=33.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751460.3100.170.31147.7825.2358.04
Hex79AF921F0111F94193a
Octal17125722237021372243172
Binary1111001101011111001001011111010001111111001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AF92; }

 p { color: rgb(121,175,146); }

 H1.HeaderClassName
 {
   color: #79AF92;
 }
 .AnyTagClassName
 {
   color: #79AF92;
 }
</style>
background-color css

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

 a { background-color: rgb(121,175,146); }

 div.DivClassName
 {
   background-color: #79AF92;
 }
 .BgClassName
 {
   background-color: #79AF92;
 }
</style>
border-color css

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

 span { border-color: rgb(121,175,146); }

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