#75B491

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

Shades of Padua #75B491

Tints of Padua #75B491

Color information

#75B491 (or 0x75B491) is unknown color: approx Padua. HEX triplet: 75, B4 and 91. RGB value is (117,180,145). Sum of RGB (Red+Green+Blue) = 117+180+145=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #75B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B491 is #8A4B6E. Grayscale: #9D9D9D. Windows color (decimal): -9063279 or 9548917. OLE color: 9548917.

HSL color Cylindrical-coordinate representation of color #75B491: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B491 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB117180145-
CMYK0.3500.190.29
HSL146.67º29.58%58.24%-
HSV(B)146.67º35%70.59%-
XYZ28.7738.4732.7-
YUV157.17121.1399.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=26.47%
G=40.72%
B=32.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801450.3500.190.29146.6729.5858.24
Hex75B491230131D931e3a
Octal16526422143023352233672
Binary11101011011010010010001100011010011111011001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B491; }

 p { color: rgb(117,180,145); }

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

<style>
 a { background-color: #75B491; }

 a { background-color: rgb(117,180,145); }

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

<style>
 span { border-color: #75B491; }

 span { border-color: rgb(117,180,145); }

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