#76B590

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

Shades of Padua #76B590

Tints of Padua #76B590

Color information

#76B590 (or 0x76B590) is unknown color: approx Padua. HEX triplet: 76, B5 and 90. RGB value is (118,181,144). Sum of RGB (Red+Green+Blue) = 118+181+144=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #76B590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B590 is #894A6F. Grayscale: #9E9E9E. Windows color (decimal): -8997488 or 9483638. OLE color: 9483638.

HSL color Cylindrical-coordinate representation of color #76B590: hue angle of 144.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B590 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB118181144-
CMYK0.3500.200.29
HSL144.76º29.86%58.63%-
HSV(B)144.76º34.81%70.98%-
XYZ29.0338.9132.37-
YUV157.94120.1399.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=26.64%
G=40.86%
B=32.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811440.3500.200.29144.7629.8658.63
Hex76B590230141D911e3b
Octal16626522043024352213673
Binary11101101011010110010000100011010100111011001000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,144); }

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

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

 a { background-color: rgb(118,181,144); }

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

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

 span { border-color: rgb(118,181,144); }

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