#75B48A

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

Shades of Bay Leaf #75B48A

Tints of Bay Leaf #75B48A

Color information

#75B48A (or 0x75B48A) is unknown color: approx Bay Leaf. HEX triplet: 75, B4 and 8A. RGB value is (117,180,138). Sum of RGB (Red+Green+Blue) = 117+180+138=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #75B48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B48A is #8A4B75. Grayscale: #9C9C9C. Windows color (decimal): -9063286 or 9090165. OLE color: 9090165.

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

Color convert

RGB117180138-
CMYK0.3500.230.29
HSL140º29.58%58.24%-
HSV(B)140º35%70.59%-
XYZ28.2438.2629.94-
YUV156.38117.6399.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=26.90%
G=41.38%
B=31.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801380.3500.230.2914029.5858.24
Hex75B48A230171D8c1e3a
Octal16526421243027352143672
Binary11101011011010010001010100011010111111011000110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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