#75AA86

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

Shades of Bay Leaf #75AA86

Tints of Bay Leaf #75AA86

Color information

#75AA86 (or 0x75AA86) is unknown color: approx Bay Leaf. HEX triplet: 75, AA and 86. RGB value is (117,170,134). Sum of RGB (Red+Green+Blue) = 117+170+134=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA86 is #8A5579. Grayscale: #969696. Windows color (decimal): -9065850 or 8825461. OLE color: 8825461.

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

Color convert

RGB117170134-
CMYK0.3100.210.33
HSL139.25º23.77%56.27%-
HSV(B)139.25º31.18%66.67%-
XYZ26.0134.2527.79-
YUV150.05118.94104.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=27.79%
G=40.38%
B=31.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701340.3100.210.33139.2523.7756.27
Hex75AA861F015218b1838
Octal16525220637025412133070
Binary11101011010101010000110111110101011000011000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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