#75AE8D

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

Shades of Bay Leaf #75AE8D

Tints of Bay Leaf #75AE8D

Color information

#75AE8D (or 0x75AE8D) is unknown color: approx Bay Leaf. HEX triplet: 75, AE and 8D. RGB value is (117,174,141). Sum of RGB (Red+Green+Blue) = 117+174+141=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE8D is #8A5172. Grayscale: #999999. Windows color (decimal): -9064819 or 9285237. OLE color: 9285237.

HSL color Cylindrical-coordinate representation of color #75AE8D: hue angle of 145.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AE8D is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB117174141-
CMYK0.3300.190.32
HSL145.26º26.03%57.06%-
HSV(B)145.26º32.76%68.24%-
XYZ27.2835.9830.71-
YUV153.2121.12102.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=27.08%
G=40.28%
B=32.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741410.3300.190.32145.2626.0357.06
Hex75AE8D2101320911a39
Octal16525621541023402213271
Binary111010110101110100011011000010100111000001001000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,141); }

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

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

 a { background-color: rgb(117,174,141); }

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

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

 span { border-color: rgb(117,174,141); }

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