#70AC81

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

Shades of Bay Leaf #70AC81

Tints of Bay Leaf #70AC81

Color information

#70AC81 (or 0x70AC81) is unknown color: approx Bay Leaf. HEX triplet: 70, AC and 81. RGB value is (112,172,129). Sum of RGB (Red+Green+Blue) = 112+172+129=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC81 is #8F537E. Grayscale: #959595. Windows color (decimal): -9393023 or 8498288. OLE color: 8498288.

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

Color convert

RGB112172129-
CMYK0.3500.250.33
HSL137º26.55%55.69%-
HSV(B)137º34.88%67.45%-
XYZ25.434.5326.1-
YUV149.16116.62101.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=27.12%
G=41.65%
B=31.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721290.3500.250.3313726.5555.69
Hex70AC812301921891b38
Octal16025420143031412113370
Binary111000010101100100000011000110110011000011000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,129); }

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

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

 a { background-color: rgb(112,172,129); }

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

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

 span { border-color: rgb(112,172,129); }

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