#75B486

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

Shades of Bay Leaf #75B486

Tints of Bay Leaf #75B486

Color information

#75B486 (or 0x75B486) is unknown color: approx Bay Leaf. HEX triplet: 75, B4 and 86. RGB value is (117,180,134). Sum of RGB (Red+Green+Blue) = 117+180+134=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #75B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B486 is #8A4B79. Grayscale: #9C9C9C. Windows color (decimal): -9063290 or 8828021. OLE color: 8828021.

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

Color convert

RGB117180134-
CMYK0.3500.260.29
HSL136.19º29.58%58.24%-
HSV(B)136.19º35%70.59%-
XYZ27.9638.1528.44-
YUV155.92115.63100.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=27.15%
G=41.76%
B=31.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801340.3500.260.29136.1929.5858.24
Hex75B4862301A1D881e3a
Octal16526420643032352103672
Binary11101011011010010000110100011011010111011000100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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