Html Css Color HEX #75A489 Bay Leaf

📋 copy color: '#75A489'

red 117 ◦ green 164 ◦ blue 137

#75A489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #75A489

Tints of Bay Leaf #75A489

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 value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#75A489 (or 0x75A489) is known color: 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

RGB 117 164 137 -
CMYK 0.29 0 0.16 0.36
HSL 145.53º 0.21% 0.55% -
HSV(B) 145.53º 0.29% 0.64% -
XYZ 25.13 32.14 28.55 -
YUV 146.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 117 164 137 0.29 0 0.16 0.36 145.53 0.21 0.55
Hex 75 A4 89 1D 0 10 24 92 15 37
Octal 165 244 211 35 0 20 44 222 25 67
Binary 1110101 10100100 10001001 11101 0 10000 100100 10010010 10101 110111

Color Harmonies of #75A489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A489

Black with #75A489

Text Example


Text Example

White with #75A489

Text Example


Text Example

HTML Codes & Css Web 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>