#75B691

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

Shades of Padua #75B691

Tints of Padua #75B691

Color information

#75B691 (or 0x75B691) is unknown color: approx Padua. HEX triplet: 75, B6 and 91. RGB value is (117,182,145). Sum of RGB (Red+Green+Blue) = 117+182+145=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #75B691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B691 is #8A496E. Grayscale: #9E9E9E. Windows color (decimal): -9062767 or 9549429. OLE color: 9549429.

HSL color Cylindrical-coordinate representation of color #75B691: hue angle of 145.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B691 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB117182145-
CMYK0.3600.200.29
HSL145.85º30.81%58.63%-
HSV(B)145.85º35.71%71.37%-
XYZ29.1739.2832.83-
YUV158.35120.4798.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=26.35%
G=40.99%
B=32.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821450.3600.200.29145.8530.8158.63
Hex75B691240141D921f3b
Octal16526622144024352223773
Binary11101011011011010010001100100010100111011001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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