#76BD92

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

Shades of Padua #76BD92

Tints of Padua #76BD92

Color information

#76BD92 (or 0x76BD92) is unknown color: approx Padua. HEX triplet: 76, BD and 92. RGB value is (118,189,146). Sum of RGB (Red+Green+Blue) = 118+189+146=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD92 is #89426D. Grayscale: #A2A2A2. Windows color (decimal): -8995438 or 9616758. OLE color: 9616758.

HSL color Cylindrical-coordinate representation of color #76BD92: hue angle of 143.66º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BD92 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB118189146-
CMYK0.3800.230.26
HSL143.66º34.98%60.2%-
HSV(B)143.66º37.57%74.12%-
XYZ30.8642.3233.74-
YUV162.87118.4896-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=26.05%
G=41.72%
B=32.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891460.3800.230.26143.6634.9860.2
Hex76BD92260171A90233c
Octal16627522246027322204374
Binary111011010111101100100101001100101111101010010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,146); }

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

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

 a { background-color: rgb(118,189,146); }

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

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

 span { border-color: rgb(118,189,146); }

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