#70B481

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

Shades of Bay Leaf #70B481

Tints of Bay Leaf #70B481

Color information

#70B481 (or 0x70B481) is unknown color: approx Bay Leaf. HEX triplet: 70, B4 and 81. RGB value is (112,180,129). Sum of RGB (Red+Green+Blue) = 112+180+129=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #70B481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B481 is #8F4B7E. Grayscale: #999999. Windows color (decimal): -9390975 or 8500336. OLE color: 8500336.

HSL color Cylindrical-coordinate representation of color #70B481: hue angle of 135º 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 #70B481 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB112180129-
CMYK0.3800.280.29
HSL135º31.19%57.25%-
HSV(B)135º37.78%70.59%-
XYZ26.9737.6726.62-
YUV153.85113.9798.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=26.60%
G=42.76%
B=30.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801290.3800.280.2913531.1957.25
Hex70B4812601C1D871f39
Octal16026420146034352073771
Binary11100001011010010000001100110011100111011000011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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