#75A787

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

Shades of Bay Leaf #75A787

Tints of Bay Leaf #75A787

Color information

#75A787 (or 0x75A787) is unknown color: approx Bay Leaf. HEX triplet: 75, A7 and 87. RGB value is (117,167,135). Sum of RGB (Red+Green+Blue) = 117+167+135=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #75A787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A787 is #8A5878. Grayscale: #949494. Windows color (decimal): -9066617 or 8890229. OLE color: 8890229.

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

Color convert

RGB117167135-
CMYK0.3000.190.35
HSL141.6º22.12%55.69%-
HSV(B)141.6º29.94%65.49%-
XYZ25.5333.1727.98-
YUV148.4120.44105.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=27.92%
G=39.86%
B=32.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171671350.3000.190.35141.622.1255.69
Hex75A7871E013238e1638
Octal16524720736023432162670
Binary11101011010011110000111111100100111000111000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,135); }

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

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

 a { background-color: rgb(117,167,135); }

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

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

 span { border-color: rgb(117,167,135); }

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