#75AA84

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

Shades of Bay Leaf #75AA84

Tints of Bay Leaf #75AA84

Color information

#75AA84 (or 0x75AA84) is unknown color: approx Bay Leaf. HEX triplet: 75, AA and 84. RGB value is (117,170,132). Sum of RGB (Red+Green+Blue) = 117+170+132=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA84 is #8A557B. Grayscale: #959595. Windows color (decimal): -9065852 or 8694389. OLE color: 8694389.

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

Color convert

RGB117170132-
CMYK0.3100.220.33
HSL136.98º23.77%56.27%-
HSV(B)136.98º31.18%66.67%-
XYZ25.8834.227.07-
YUV149.82117.94104.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=27.92%
G=40.57%
B=31.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701320.3100.220.33136.9823.7756.27
Hex75AA841F01621891838
Octal16525220437026412113070
Binary11101011010101010000100111110101101000011000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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