#75AA85

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

Shades of Bay Leaf #75AA85

Tints of Bay Leaf #75AA85

Color information

#75AA85 (or 0x75AA85) is unknown color: approx Bay Leaf. HEX triplet: 75, AA and 85. RGB value is (117,170,133). Sum of RGB (Red+Green+Blue) = 117+170+133=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA85 is #8A557A. Grayscale: #969696. Windows color (decimal): -9065851 or 8759925. OLE color: 8759925.

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

Color convert

RGB117170133-
CMYK0.3100.220.33
HSL138.11º23.77%56.27%-
HSV(B)138.11º31.18%66.67%-
XYZ25.9434.2227.43-
YUV149.94118.44104.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=27.86%
G=40.48%
B=31.67%

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
Decimal1171701330.3100.220.33138.1123.7756.27
Hex75AA851F016218a1838
Octal16525220537026412123070
Binary11101011010101010000101111110101101000011000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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