#75BB8C

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

Shades of Bay Leaf #75BB8C

Tints of Bay Leaf #75BB8C

Color information

#75BB8C (or 0x75BB8C) is unknown color: approx Bay Leaf. HEX triplet: 75, BB and 8C. RGB value is (117,187,140). Sum of RGB (Red+Green+Blue) = 117+187+140=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB8C is #8A4473. Grayscale: #A0A0A0. Windows color (decimal): -9061492 or 9223029. OLE color: 9223029.

HSL color Cylindrical-coordinate representation of color #75BB8C: hue angle of 139.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB8C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB117187140-
CMYK0.3700.250.27
HSL139.71º33.98%59.61%-
HSV(B)139.71º37.43%73.33%-
XYZ29.8441.2231.19-
YUV160.71116.3196.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=26.35%
G=42.12%
B=31.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871400.3700.250.27139.7133.9859.61
Hex75BB8C250191B8c223c
Octal16527321445031332144274
Binary111010110111011100011001001010110011101110001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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