#70B485

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

Shades of Bay Leaf #70B485

Tints of Bay Leaf #70B485

Color information

#70B485 (or 0x70B485) is unknown color: approx Bay Leaf. HEX triplet: 70, B4 and 85. RGB value is (112,180,133). Sum of RGB (Red+Green+Blue) = 112+180+133=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #70B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B485 is #8F4B7A. Grayscale: #9A9A9A. Windows color (decimal): -9390971 or 8762480. OLE color: 8762480.

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

Color convert

RGB112180133-
CMYK0.3800.260.29
HSL138.53º31.19%57.25%-
HSV(B)138.53º37.78%70.59%-
XYZ27.2437.7828.05-
YUV154.31115.9797.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=26.35%
G=42.35%
B=31.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801330.3800.260.29138.5331.1957.25
Hex70B4852601A1D8b1f39
Octal16026420546032352133771
Binary11100001011010010000101100110011010111011000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,133); }

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

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

 a { background-color: rgb(112,180,133); }

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

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

 span { border-color: rgb(112,180,133); }

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