#76BB95

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

Shades of Padua #76BB95

Tints of Padua #76BB95

Color information

#76BB95 (or 0x76BB95) is unknown color: approx Padua. HEX triplet: 76, BB and 95. RGB value is (118,187,149). Sum of RGB (Red+Green+Blue) = 118+187+149=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB95 is #89446A. Grayscale: #A2A2A2. Windows color (decimal): -8995947 or 9812854. OLE color: 9812854.

HSL color Cylindrical-coordinate representation of color #76BB95: hue angle of 146.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB95 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB118187149-
CMYK0.3700.200.27
HSL146.96º33.66%59.8%-
HSV(B)146.96º36.9%73.33%-
XYZ30.6741.5634.84-
YUV162.04120.6496.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=25.99%
G=41.19%
B=32.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871490.3700.200.27146.9633.6659.8
Hex76BB95250141B93223c
Octal16627322545024332234274
Binary111011010111011100101011001010101001101110010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,149); }

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

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

 a { background-color: rgb(118,187,149); }

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

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

 span { border-color: rgb(118,187,149); }

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