#76B790

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

Shades of Padua #76B790

Tints of Padua #76B790

Color information

#76B790 (or 0x76B790) is unknown color: approx Padua. HEX triplet: 76, B7 and 90. RGB value is (118,183,144). Sum of RGB (Red+Green+Blue) = 118+183+144=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #76B790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B790 is #89486F. Grayscale: #9F9F9F. Windows color (decimal): -8996976 or 9484150. OLE color: 9484150.

HSL color Cylindrical-coordinate representation of color #76B790: hue angle of 144º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B790 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB118183144-
CMYK0.3600.210.28
HSL144º31.1%59.02%-
HSV(B)144º35.52%71.76%-
XYZ29.4439.7332.5-
YUV159.12119.4798.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=26.52%
G=41.12%
B=32.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831440.3600.210.2814431.159.02
Hex76B790240151C901f3b
Octal16626722044025342203773
Binary11101101011011110010000100100010101111001001000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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