#75BC80

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

Shades of Bay Leaf #75BC80

Tints of Bay Leaf #75BC80

Color information

#75BC80 (or 0x75BC80) is unknown color: approx Bay Leaf. HEX triplet: 75, BC and 80. RGB value is (117,188,128). Sum of RGB (Red+Green+Blue) = 117+188+128=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC80 is #8A437F. Grayscale: #A0A0A0. Windows color (decimal): -9061248 or 8436853. OLE color: 8436853.

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

Color convert

RGB117188128-
CMYK0.3800.320.26
HSL129.3º34.63%59.8%-
HSV(B)129.3º37.77%73.73%-
XYZ29.2241.3126.86-
YUV159.93109.9897.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=27.02%
G=43.42%
B=29.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881280.3800.320.26129.334.6359.8
Hex75BC80260201A81233c
Octal16527420046040322014374
Binary1110101101111001000000010011001000001101010000001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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