#75BF8A

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

Shades of Bay Leaf #75BF8A

Tints of Bay Leaf #75BF8A

Color information

#75BF8A (or 0x75BF8A) is unknown color: approx Bay Leaf. HEX triplet: 75, BF and 8A. RGB value is (117,191,138). Sum of RGB (Red+Green+Blue) = 117+191+138=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF8A is #8A4075. Grayscale: #A2A2A2. Windows color (decimal): -9060470 or 9092981. OLE color: 9092981.

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

Color convert

RGB117191138-
CMYK0.3900.280.25
HSL137.03º36.63%60.39%-
HSV(B)137.03º38.74%74.9%-
XYZ30.5542.8830.71-
YUV162.83113.9895.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=26.23%
G=42.83%
B=30.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911380.3900.280.25137.0336.6360.39
Hex75BF8A2701C1989253c
Octal16527721247034312114574
Binary111010110111111100010101001110111001100110001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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