#76C196

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

Shades of Padua #76C196

Tints of Padua #76C196

Color information

#76C196 (or 0x76C196) is unknown color: approx Padua. HEX triplet: 76, C1 and 96. RGB value is (118,193,150). Sum of RGB (Red+Green+Blue) = 118+193+150=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #76C196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C196 is #893E69. Grayscale: #A5A5A5. Windows color (decimal): -8994410 or 9879926. OLE color: 9879926.

HSL color Cylindrical-coordinate representation of color #76C196: hue angle of 145.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C196 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB118193150-
CMYK0.3900.220.24
HSL145.6º37.69%60.98%-
HSV(B)145.6º38.86%75.69%-
XYZ32.0544.1935.7-
YUV165.67119.1594-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=25.60%
G=41.87%
B=32.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931500.3900.220.24145.637.6960.98
Hex76C196270161892263d
Octal16630122647026302224675
Binary111011011000001100101101001110101101100010010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C196; }

 p { color: rgb(118,193,150); }

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

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

 a { background-color: rgb(118,193,150); }

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

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

 span { border-color: rgb(118,193,150); }

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