#75B47D

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

Shades of Bay Leaf #75B47D

Tints of Bay Leaf #75B47D

Color information

#75B47D (or 0x75B47D) is unknown color: approx Bay Leaf. HEX triplet: 75, B4 and 7D. RGB value is (117,180,125). Sum of RGB (Red+Green+Blue) = 117+180+125=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #75B47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B47D is #8A4B82. Grayscale: #9B9B9B. Windows color (decimal): -9063299 or 8238197. OLE color: 8238197.

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

Color convert

RGB117180125-
CMYK0.3500.310.29
HSL127.62º29.58%58.24%-
HSV(B)127.62º35%70.59%-
XYZ27.3637.9125.28-
YUV154.89111.13100.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=27.73%
G=42.65%
B=29.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801250.3500.310.29127.6229.5858.24
Hex75B47D2301F1D801e3a
Octal16526417543037352003672
Binary1110101101101001111101100011011111111011000000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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