#70AA86

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

Shades of Bay Leaf #70AA86

Tints of Bay Leaf #70AA86

Color information

#70AA86 (or 0x70AA86) is unknown color: approx Bay Leaf. HEX triplet: 70, AA and 86. RGB value is (112,170,134). Sum of RGB (Red+Green+Blue) = 112+170+134=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA86 is #8F5579. Grayscale: #949494. Windows color (decimal): -9393530 or 8825456. OLE color: 8825456.

HSL color Cylindrical-coordinate representation of color #70AA86: hue angle of 142.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA86 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB112170134-
CMYK0.3400.210.33
HSL142.76º25.44%55.29%-
HSV(B)142.76º34.12%66.67%-
XYZ25.3633.9227.76-
YUV148.55119.78101.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=26.92%
G=40.87%
B=32.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701340.3400.210.33142.7625.4455.29
Hex70AA8622015218f1937
Octal16025220642025412173167
Binary111000010101010100001101000100101011000011000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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