Html Css Color HEX #75AC80 Bay Leaf

📋 copy color: '#75AC80'

red 117 ◦ green 172 ◦ blue 128

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

Shades of Bay Leaf #75AC80

Tints of Bay Leaf #75AC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 28.06%
G = 41.25%
B = 30.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#75AC80 (or 0x75AC80) is known color: Bay Leaf. HEX triplet: 75, AC and 80. RGB value is (117,172,128). Sum of RGB (Red+Green+Blue) = 117+172+128=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC80 is #8A537F. Grayscale: #969696. Windows color (decimal): -9065344 or 8432757. OLE color: 8432757.

HSL color Cylindrical-coordinate representation of color #75AC80: hue angle of 132º 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 #75AC80 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 128 -
CMYK 0.32 0 0.26 0.33
HSL 132º 0.25% 0.57% -
HSV(B) 132º 0.32% 0.67% -
XYZ 25.98 34.85 25.78 -
YUV 150.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 117 172 128 0.32 0 0.26 0.33 132 0.25 0.57
Hex 75 AC 80 20 0 1A 21 84 19 39
Octal 165 254 200 40 0 32 41 204 31 71
Binary 1110101 10101100 10000000 100000 0 11010 100001 10000100 11001 111001

Color Harmonies of #75AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC80

Black with #75AC80

Text Example


Text Example

White with #75AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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