Html Css Color HEX #75AB89 Bay Leaf

📋 copy color: '#75AB89'

red 117 ◦ green 171 ◦ blue 137

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

Shades of Bay Leaf #75AB89

Tints of Bay Leaf #75AB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 27.53%
G = 40.24%
B = 32.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#75AB89 (or 0x75AB89) is known color: Bay Leaf. HEX triplet: 75, AB and 89. RGB value is (117,171,137). Sum of RGB (Red+Green+Blue) = 117+171+137=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB89 is #8A5476. Grayscale: #979797. Windows color (decimal): -9065591 or 9022325. OLE color: 9022325.

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

Color convert

RGB 117 171 137 -
CMYK 0.32 0 0.20 0.33
HSL 142.22º 0.24% 0.56% -
HSV(B) 142.22º 0.32% 0.67% -
XYZ 26.41 34.71 28.98 -
YUV 150.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 117 171 137 0.32 0 0.20 0.33 142.22 0.24 0.56
Hex 75 AB 89 20 0 14 21 8E 18 38
Octal 165 253 211 40 0 24 41 216 30 70
Binary 1110101 10101011 10001001 100000 0 10100 100001 10001110 11000 111000

Color Harmonies of #75AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB89

Black with #75AB89

Text Example


Text Example

White with #75AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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