#70AA83

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

Shades of Bay Leaf #70AA83

Tints of Bay Leaf #70AA83

Color information

#70AA83 (or 0x70AA83) is unknown color: approx Bay Leaf. HEX triplet: 70, AA and 83. RGB value is (112,170,131). Sum of RGB (Red+Green+Blue) = 112+170+131=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA83 is #8F557C. Grayscale: #949494. Windows color (decimal): -9393533 or 8628848. OLE color: 8628848.

HSL color Cylindrical-coordinate representation of color #70AA83: hue angle of 139.66º 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 #70AA83 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB112170131-
CMYK0.3400.230.33
HSL139.66º25.44%55.29%-
HSV(B)139.66º34.12%66.67%-
XYZ25.1533.8326.68-
YUV148.21118.28102.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=27.12%
G=41.16%
B=31.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701310.3400.230.33139.6625.4455.29
Hex70AA8322017218c1937
Octal16025220342027412143167
Binary111000010101010100000111000100101111000011000110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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