#75BB8D

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

Shades of Bay Leaf #75BB8D

Tints of Bay Leaf #75BB8D

Color information

#75BB8D (or 0x75BB8D) is unknown color: approx Bay Leaf. HEX triplet: 75, BB and 8D. RGB value is (117,187,141). Sum of RGB (Red+Green+Blue) = 117+187+141=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB8D is #8A4472. Grayscale: #A0A0A0. Windows color (decimal): -9061491 or 9288565. OLE color: 9288565.

HSL color Cylindrical-coordinate representation of color #75BB8D: hue angle of 140.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB8D is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB117187141-
CMYK0.3700.250.27
HSL140.57º33.98%59.61%-
HSV(B)140.57º37.43%73.33%-
XYZ29.9141.2531.58-
YUV160.83116.8196.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=26.29%
G=42.02%
B=31.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871410.3700.250.27140.5733.9859.61
Hex75BB8D250191B8d223c
Octal16527321545031332154274
Binary111010110111011100011011001010110011101110001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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