#75B389

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

Shades of Bay Leaf #75B389

Tints of Bay Leaf #75B389

Color information

#75B389 (or 0x75B389) is unknown color: approx Bay Leaf. HEX triplet: 75, B3 and 89. RGB value is (117,179,137). Sum of RGB (Red+Green+Blue) = 117+179+137=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #75B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B389 is #8A4C76. Grayscale: #9B9B9B. Windows color (decimal): -9063543 or 9024373. OLE color: 9024373.

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

Color convert

RGB117179137-
CMYK0.3500.230.30
HSL139.35º28.97%58.04%-
HSV(B)139.35º34.64%70.2%-
XYZ27.9737.8329.49-
YUV155.67117.46100.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=27.02%
G=41.34%
B=31.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791370.3500.230.30139.3528.9758.04
Hex75B389230171E8b1d3a
Octal16526321143027362133572
Binary11101011011001110001001100011010111111101000101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,179,137); }

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

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

 a { background-color: rgb(117,179,137); }

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

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

 span { border-color: rgb(117,179,137); }

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