#76B696

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

Shades of Padua #76B696

Tints of Padua #76B696

Color information

#76B696 (or 0x76B696) is unknown color: approx Padua. HEX triplet: 76, B6 and 96. RGB value is (118,182,150). Sum of RGB (Red+Green+Blue) = 118+182+150=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #76B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B696 is #894969. Grayscale: #9F9F9F. Windows color (decimal): -8997226 or 9877110. OLE color: 9877110.

HSL color Cylindrical-coordinate representation of color #76B696: hue angle of 150º 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 #76B696 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB118182150-
CMYK0.3500.180.29
HSL150º30.48%58.82%-
HSV(B)150º35.16%71.37%-
XYZ29.739.5134.91-
YUV159.22122.898.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=26.22%
G=40.44%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821500.3500.180.2915030.4858.82
Hex76B696230121D961e3b
Octal16626622643022352263673
Binary11101101011011010010110100011010010111011001011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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