Html Css Color HEX #75AA89 Bay Leaf

📋 copy color: '#75AA89'

red 117 ◦ green 170 ◦ blue 137

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

Shades of Bay Leaf #75AA89

Tints of Bay Leaf #75AA89

RGB

 RED value IS 117 (46.09% from 255) = 27.59%

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 27.59%
G = 40.09%
B = 32.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#75AA89 (or 0x75AA89) is known color: Bay Leaf. HEX triplet: 75, AA and 89. RGB value is (117,170,137). Sum of RGB (Red+Green+Blue) = 117+170+137=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA89 is #8A5576. Grayscale: #969696. Windows color (decimal): -9065847 or 9022069. OLE color: 9022069.

HSL color Cylindrical-coordinate representation of color #75AA89: hue angle of 142.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA89 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 137 -
CMYK 0.31 0 0.19 0.33
HSL 142.64º 0.24% 0.56% -
HSV(B) 142.64º 0.31% 0.67% -
XYZ 26.23 34.34 28.91 -
YUV 150.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 117 170 137 0.31 0 0.19 0.33 142.64 0.24 0.56
Hex 75 AA 89 1F 0 13 21 8F 18 38
Octal 165 252 211 37 0 23 41 217 30 70
Binary 1110101 10101010 10001001 11111 0 10011 100001 10001111 11000 111000

Color Harmonies of #75AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA89

Black with #75AA89

Text Example


Text Example

White with #75AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75AA89;
 }
 .AnyTagClassName
 {
   color: #75AA89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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