#75AB8D

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

Shades of Bay Leaf #75AB8D

Tints of Bay Leaf #75AB8D

Color information

#75AB8D (or 0x75AB8D) is unknown color: approx Bay Leaf. HEX triplet: 75, AB and 8D. RGB value is (117,171,141). Sum of RGB (Red+Green+Blue) = 117+171+141=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB8D is #8A5472. Grayscale: #979797. Windows color (decimal): -9065587 or 9284469. OLE color: 9284469.

HSL color Cylindrical-coordinate representation of color #75AB8D: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AB8D is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB117171141-
CMYK0.3200.180.33
HSL146.67º24.32%56.47%-
HSV(B)146.67º31.58%67.06%-
XYZ26.7134.8330.51-
YUV151.43122.11103.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=27.27%
G=39.86%
B=32.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711410.3200.180.33146.6724.3256.47
Hex75AB8D2001221931838
Octal16525321540022412233070
Binary111010110101011100011011000000100101000011001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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