#75BF8C

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

Shades of Bay Leaf #75BF8C

Tints of Bay Leaf #75BF8C

Color information

#75BF8C (or 0x75BF8C) is unknown color: approx Bay Leaf. HEX triplet: 75, BF and 8C. RGB value is (117,191,140). Sum of RGB (Red+Green+Blue) = 117+191+140=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF8C is #8A4073. Grayscale: #A3A3A3. Windows color (decimal): -9060468 or 9224053. OLE color: 9224053.

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

Color convert

RGB117191140-
CMYK0.3900.270.25
HSL138.65º36.63%60.39%-
HSV(B)138.65º38.74%74.9%-
XYZ30.742.9431.48-
YUV163.06114.9895.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=26.12%
G=42.63%
B=31.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911400.3900.270.25138.6536.6360.39
Hex75BF8C2701B198b253c
Octal16527721447033312134574
Binary111010110111111100011001001110110111100110001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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