#75BE88

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

Shades of Bay Leaf #75BE88

Tints of Bay Leaf #75BE88

Color information

#75BE88 (or 0x75BE88) is unknown color: approx Bay Leaf. HEX triplet: 75, BE and 88. RGB value is (117,190,136). Sum of RGB (Red+Green+Blue) = 117+190+136=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE88 is #8A4177. Grayscale: #A2A2A2. Windows color (decimal): -9060728 or 8961653. OLE color: 8961653.

HSL color Cylindrical-coordinate representation of color #75BE88: hue angle of 135.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE88 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB117190136-
CMYK0.3800.280.25
HSL135.62º35.96%60.2%-
HSV(B)135.62º38.42%74.51%-
XYZ30.1942.3929.88-
YUV162.02113.3295.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=26.41%
G=42.89%
B=30.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901360.3800.280.25135.6235.9660.2
Hex75BE882601C1988243c
Octal16527621046034312104474
Binary111010110111110100010001001100111001100110001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,136); }

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

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

 a { background-color: rgb(117,190,136); }

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

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

 span { border-color: rgb(117,190,136); }

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