#75BF8F

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

Shades of Bay Leaf #75BF8F

Tints of Bay Leaf #75BF8F

Color information

#75BF8F (or 0x75BF8F) is unknown color: approx Bay Leaf. HEX triplet: 75, BF and 8F. RGB value is (117,191,143). Sum of RGB (Red+Green+Blue) = 117+191+143=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF8F is #8A4070. Grayscale: #A3A3A3. Windows color (decimal): -9060465 or 9420661. OLE color: 9420661.

HSL color Cylindrical-coordinate representation of color #75BF8F: hue angle of 141.08º 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 #75BF8F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB117191143-
CMYK0.3900.250.25
HSL141.08º36.63%60.39%-
HSV(B)141.08º38.74%74.9%-
XYZ30.9243.0332.66-
YUV163.4116.4894.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=25.94%
G=42.35%
B=31.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911430.3900.250.25141.0836.6360.39
Hex75BF8F27019198d253c
Octal16527721747031312154574
Binary111010110111111100011111001110110011100110001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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