Html Css Color HEX #75AC89 Bay Leaf

📋 copy color: '#75AC89'

red 117 ◦ green 172 ◦ blue 137

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

Shades of Bay Leaf #75AC89

Tints of Bay Leaf #75AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

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

R = 27.46%
G = 40.38%
B = 32.16%

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

#75AC89 (or 0x75AC89) is known color: Bay Leaf. HEX triplet: 75, AC and 89. RGB value is (117,172,137). Sum of RGB (Red+Green+Blue) = 117+172+137=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC89 is #8A5376. Grayscale: #979797. Windows color (decimal): -9065335 or 9022581. OLE color: 9022581.

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

Color convert

RGB 117 172 137 -
CMYK 0.32 0 0.20 0.33
HSL 141.82º 0.25% 0.57% -
HSV(B) 141.82º 0.32% 0.67% -
XYZ 26.6 35.09 29.04 -
YUV 151.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 117 172 137 0.32 0 0.20 0.33 141.82 0.25 0.57
Hex 75 AC 89 20 0 14 21 8E 19 39
Octal 165 254 211 40 0 24 41 216 31 71
Binary 1110101 10101100 10001001 100000 0 10100 100001 10001110 11001 111001

Color Harmonies of #75AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC89

Black with #75AC89

Text Example


Text Example

White with #75AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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