#75AC80

Color #75AC80 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #75AC80

Tints of Bay Leaf #75AC80

Color information

#75AC80 (or 0x75AC80) is unknown color: approx 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

RGB117172128-
CMYK0.3200.260.33
HSL132º24.89%56.67%-
HSV(B)132º31.98%67.45%-
XYZ25.9834.8525.78-
YUV150.54115.28104.08-

RGB Variations

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

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.70%
R=28.06%
G=41.25%
B=30.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171721280.3200.260.3313224.8956.67
Hex75AC802001A21841939
Octal16525420040032412043171
Binary111010110101100100000001000000110101000011000010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>