#75A688

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

Shades of Bay Leaf #75A688

Tints of Bay Leaf #75A688

Color information

#75A688 (or 0x75A688) is unknown color: approx Bay Leaf. HEX triplet: 75, A6 and 88. RGB value is (117,166,136). Sum of RGB (Red+Green+Blue) = 117+166+136=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #75A688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A688 is #8A5977. Grayscale: #949494. Windows color (decimal): -9066872 or 8955509. OLE color: 8955509.

HSL color Cylindrical-coordinate representation of color #75A688: hue angle of 143.27º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A688 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB117166136-
CMYK0.3000.180.35
HSL143.27º21.59%55.49%-
HSV(B)143.27º29.52%65.1%-
XYZ25.4232.8328.29-
YUV147.93121.27105.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=27.92%
G=39.62%
B=32.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661360.3000.180.35143.2721.5955.49
Hex75A6881E012238f1637
Octal16524621036022432172667
Binary11101011010011010001000111100100101000111000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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