#75B37E

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

Shades of Bay Leaf #75B37E

Tints of Bay Leaf #75B37E

Color information

#75B37E (or 0x75B37E) is unknown color: approx Bay Leaf. HEX triplet: 75, B3 and 7E. RGB value is (117,179,126). Sum of RGB (Red+Green+Blue) = 117+179+126=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #75B37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B37E is #8A4C81. Grayscale: #9A9A9A. Windows color (decimal): -9063554 or 8303477. OLE color: 8303477.

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

Color convert

RGB117179126-
CMYK0.3500.300.30
HSL128.71º28.97%58.04%-
HSV(B)128.71º34.64%70.2%-
XYZ27.2237.5325.55-
YUV154.42111.96101.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=27.73%
G=42.42%
B=29.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791260.3500.300.30128.7128.9758.04
Hex75B37E2301E1E811d3a
Octal16526317643036362013572
Binary1110101101100111111110100011011110111101000000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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