#70AF86

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

Shades of Bay Leaf #70AF86

Tints of Bay Leaf #70AF86

Color information

#70AF86 (or 0x70AF86) is unknown color: approx Bay Leaf. HEX triplet: 70, AF and 86. RGB value is (112,175,134). Sum of RGB (Red+Green+Blue) = 112+175+134=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF86 is #8F5079. Grayscale: #979797. Windows color (decimal): -9392250 or 8826736. OLE color: 8826736.

HSL color Cylindrical-coordinate representation of color #70AF86: hue angle of 140.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF86 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB112175134-
CMYK0.3600.230.31
HSL140.95º28.25%56.27%-
HSV(B)140.95º36%68.63%-
XYZ26.3235.8328.08-
YUV151.49118.1399.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=26.60%
G=41.57%
B=31.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751340.3600.230.31140.9528.2556.27
Hex70AF86240171F8d1c38
Octal16025720644027372153470
Binary11100001010111110000110100100010111111111000110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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