#75AA80

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

Shades of Bay Leaf #75AA80

Tints of Bay Leaf #75AA80

Color information

#75AA80 (or 0x75AA80) is unknown color: approx Bay Leaf. HEX triplet: 75, AA and 80. RGB value is (117,170,128). Sum of RGB (Red+Green+Blue) = 117+170+128=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA80 is #8A557F. Grayscale: #959595. Windows color (decimal): -9065856 or 8432245. OLE color: 8432245.

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

Color convert

RGB117170128-
CMYK0.3100.250.33
HSL132.45º23.77%56.27%-
HSV(B)132.45º31.18%66.67%-
XYZ25.6134.0925.65-
YUV149.36115.94104.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=28.19%
G=40.96%
B=30.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701280.3100.250.33132.4523.7756.27
Hex75AA801F01921841838
Octal16525220037031412043070
Binary11101011010101010000000111110110011000011000010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75AA80;
 }
 .AnyTagClassName
 {
   color: #75AA80;
 }
</style>
background-color css

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

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

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

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

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

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