#75BC8E

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

Shades of Bay Leaf #75BC8E

Tints of Bay Leaf #75BC8E

Color information

#75BC8E (or 0x75BC8E) is unknown color: approx Bay Leaf. HEX triplet: 75, BC and 8E. RGB value is (117,188,142). Sum of RGB (Red+Green+Blue) = 117+188+142=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC8E is #8A4371. Grayscale: #A1A1A1. Windows color (decimal): -9061234 or 9354357. OLE color: 9354357.

HSL color Cylindrical-coordinate representation of color #75BC8E: hue angle of 141.13º 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 #75BC8E is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB117188142-
CMYK0.3800.240.26
HSL141.13º34.63%59.8%-
HSV(B)141.13º37.77%73.73%-
XYZ30.241.732.05-
YUV161.53116.9896.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=26.17%
G=42.06%
B=31.77%

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
Decimal1171881420.3800.240.26141.1334.6359.8
Hex75BC8E260181A8d233c
Octal16527421646030322154374
Binary111010110111100100011101001100110001101010001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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