#76C095

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

Shades of Padua #76C095

Tints of Padua #76C095

Color information

#76C095 (or 0x76C095) is unknown color: approx Padua. HEX triplet: 76, C0 and 95. RGB value is (118,192,149). Sum of RGB (Red+Green+Blue) = 118+192+149=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #76C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C095 is #893F6A. Grayscale: #A5A5A5. Windows color (decimal): -8994667 or 9814134. OLE color: 9814134.

HSL color Cylindrical-coordinate representation of color #76C095: hue angle of 145.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C095 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB118192149-
CMYK0.3900.220.25
HSL145.14º37%60.78%-
HSV(B)145.14º38.54%75.29%-
XYZ31.7543.7235.2-
YUV164.97118.9894.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=25.71%
G=41.83%
B=32.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921490.3900.220.25145.143760.78
Hex76C095270161991253d
Octal16630022547026312214575
Binary111011011000000100101011001110101101100110010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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