#75A489

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

Shades of Bay Leaf #75A489

Tints of Bay Leaf #75A489

Color information

#75A489 (or 0x75A489) is unknown color: approx Bay Leaf. HEX triplet: 75, A4 and 89. RGB value is (117,164,137). Sum of RGB (Red+Green+Blue) = 117+164+137=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #75A489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A489 is #8A5B76. Grayscale: #929292. Windows color (decimal): -9067383 or 9020533. OLE color: 9020533.

HSL color Cylindrical-coordinate representation of color #75A489: hue angle of 145.53º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A489 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB117164137-
CMYK0.2900.160.36
HSL145.53º20.52%55.1%-
HSV(B)145.53º28.66%64.31%-
XYZ25.1332.1428.55-
YUV146.87122.43106.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=27.99%
G=39.23%
B=32.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171641370.2900.160.36145.5320.5255.1
Hex75A4891D01024921537
Octal16524421135020442222567
Binary11101011010010010001001111010100001001001001001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,137); }

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

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

 a { background-color: rgb(117,164,137); }

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

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

 span { border-color: rgb(117,164,137); }

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