#70a684

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

Shades of Bay Leaf #70A684

Tints of Bay Leaf #70A684

Color information

#70A684 (or 0x70A684) is unknown color: approx Bay Leaf. HEX triplet: 70, A6 and 84. RGB value is (112,166,132). Sum of RGB (Red+Green+Blue) = 112+166+132=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #70A684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A684 is #8F597B. Grayscale: #929292. Windows color (decimal): -9394556 or 8693360. OLE color: 8693360.

HSL color Cylindrical-coordinate representation of color #70A684: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A684 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB112166132-
CMYK0.3300.200.35
HSL142.22º23.28%54.51%-
HSV(B)142.22º32.53%65.1%-
XYZ24.4832.3826.79-
YUV145.98120.11103.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=27.32%
G=40.49%
B=32.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661320.3300.200.35142.2223.2854.51
Hex70A68421014238e1737
Octal16024620441024432162767
Binary111000010100110100001001000010101001000111000111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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