#76B391

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

Shades of Padua #76B391

Tints of Padua #76B391

Color information

#76B391 (or 0x76B391) is unknown color: approx Padua. HEX triplet: 76, B3 and 91. RGB value is (118,179,145). Sum of RGB (Red+Green+Blue) = 118+179+145=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #76B391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B391 is #894C6E. Grayscale: #9C9C9C. Windows color (decimal): -8997999 or 9548662. OLE color: 9548662.

HSL color Cylindrical-coordinate representation of color #76B391: hue angle of 146.56º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B391 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB118179145-
CMYK0.3400.190.30
HSL146.56º28.64%58.24%-
HSV(B)146.56º34.08%70.2%-
XYZ28.738.1432.64-
YUV156.88121.29100.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=26.70%
G=40.50%
B=32.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791450.3400.190.30146.5628.6458.24
Hex76B391220131E931d3a
Octal16626322142023362233572
Binary11101101011001110010001100010010011111101001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,179,145); }

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

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

 a { background-color: rgb(118,179,145); }

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

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

 span { border-color: rgb(118,179,145); }

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