#70b684

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

Shades of Bay Leaf #70B684

Tints of Bay Leaf #70B684

Color information

#70B684 (or 0x70B684) is unknown color: approx Bay Leaf. HEX triplet: 70, B6 and 84. RGB value is (112,182,132). Sum of RGB (Red+Green+Blue) = 112+182+132=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #70B684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B684 is #8F497B. Grayscale: #9B9B9B. Windows color (decimal): -9390460 or 8697456. OLE color: 8697456.

HSL color Cylindrical-coordinate representation of color #70B684: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B684 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB112182132-
CMYK0.3800.270.29
HSL137.14º32.41%57.65%-
HSV(B)137.14º38.46%71.37%-
XYZ27.5738.5727.82-
YUV155.37114.8197.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=26.29%
G=42.72%
B=30.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121821320.3800.270.29137.1432.4157.65
Hex70B6842601B1D89203a
Octal16026620446033352114072
Binary111000010110110100001001001100110111110110001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70b684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,182,132); }

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

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

 a { background-color: rgb(112,182,132); }

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

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

 span { border-color: rgb(112,182,132); }

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