#75BC8F

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

Shades of Bay Leaf #75BC8F

Tints of Bay Leaf #75BC8F

Color information

#75BC8F (or 0x75BC8F) is unknown color: approx Bay Leaf. HEX triplet: 75, BC and 8F. RGB value is (117,188,143). Sum of RGB (Red+Green+Blue) = 117+188+143=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC8F is #8A4370. Grayscale: #A1A1A1. Windows color (decimal): -9061233 or 9419893. OLE color: 9419893.

HSL color Cylindrical-coordinate representation of color #75BC8F: hue angle of 141.97º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC8F is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB117188143-
CMYK0.3800.240.26
HSL141.97º34.63%59.8%-
HSV(B)141.97º37.77%73.73%-
XYZ30.2841.7332.45-
YUV161.64117.4896.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=26.12%
G=41.96%
B=31.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881430.3800.240.26141.9734.6359.8
Hex75BC8F260181A8e233c
Octal16527421746030322164374
Binary111010110111100100011111001100110001101010001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,143); }

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

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

 a { background-color: rgb(117,188,143); }

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

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

 span { border-color: rgb(117,188,143); }

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