#75B48D

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

Shades of Bay Leaf #75B48D

Tints of Bay Leaf #75B48D

Color information

#75B48D (or 0x75B48D) is unknown color: approx Bay Leaf. HEX triplet: 75, B4 and 8D. RGB value is (117,180,141). Sum of RGB (Red+Green+Blue) = 117+180+141=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #75B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B48D is #8A4B72. Grayscale: #9C9C9C. Windows color (decimal): -9063283 or 9286773. OLE color: 9286773.

HSL color Cylindrical-coordinate representation of color #75B48D: hue angle of 142.86º 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 #75B48D is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB117180141-
CMYK0.3500.220.29
HSL142.86º29.58%58.24%-
HSV(B)142.86º35%70.59%-
XYZ28.4738.3531.1-
YUV156.72119.1399.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=26.71%
G=41.10%
B=32.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801410.3500.220.29142.8629.5858.24
Hex75B48D230161D8f1e3a
Octal16526421543026352173672
Binary11101011011010010001101100011010110111011000111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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