#75BF8D

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

Shades of Bay Leaf #75BF8D

Tints of Bay Leaf #75BF8D

Color information

#75BF8D (or 0x75BF8D) is unknown color: approx Bay Leaf. HEX triplet: 75, BF and 8D. RGB value is (117,191,141). Sum of RGB (Red+Green+Blue) = 117+191+141=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF8D is #8A4072. Grayscale: #A3A3A3. Windows color (decimal): -9060467 or 9289589. OLE color: 9289589.

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

Color convert

RGB117191141-
CMYK0.3900.260.25
HSL139.46º36.63%60.39%-
HSV(B)139.46º38.74%74.9%-
XYZ30.7742.9731.87-
YUV163.17115.4895.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=26.06%
G=42.54%
B=31.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911410.3900.260.25139.4636.6360.39
Hex75BF8D2701A198b253c
Octal16527721547032312134574
Binary111010110111111100011011001110110101100110001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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