#76B290

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

Shades of Padua #76B290

Tints of Padua #76B290

Color information

#76B290 (or 0x76B290) is unknown color: approx Padua. HEX triplet: 76, B2 and 90. RGB value is (118,178,144). Sum of RGB (Red+Green+Blue) = 118+178+144=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #76B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B290 is #894D6F. Grayscale: #9C9C9C. Windows color (decimal): -8998256 or 9482870. OLE color: 9482870.

HSL color Cylindrical-coordinate representation of color #76B290: hue angle of 146º degrees, saturation: 0.28, 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 #76B290 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB118178144-
CMYK0.3400.190.30
HSL146º28.04%58.04%-
HSV(B)146º33.71%69.8%-
XYZ28.4337.7132.17-
YUV156.18121.12100.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=26.82%
G=40.45%
B=32.73%

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
Decimal1181781440.3400.190.3014628.0458.04
Hex76B290220131E921c3a
Octal16626222042023362223472
Binary11101101011001010010000100010010011111101001001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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