#70BD81

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

Shades of Bay Leaf #70BD81

Tints of Bay Leaf #70BD81

Color information

#70BD81 (or 0x70BD81) is unknown color: approx Bay Leaf. HEX triplet: 70, BD and 81. RGB value is (112,189,129). Sum of RGB (Red+Green+Blue) = 112+189+129=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD81 is #8F427E. Grayscale: #9F9F9F. Windows color (decimal): -9388671 or 8502640. OLE color: 8502640.

HSL color Cylindrical-coordinate representation of color #70BD81: hue angle of 133.25º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD81 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB112189129-
CMYK0.4100.320.26
HSL133.25º36.84%59.02%-
HSV(B)133.25º40.74%74.12%-
XYZ28.8441.4227.24-
YUV159.14110.9994.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 129 (50.78% from 255) = 30%
R=26.05%
G=43.95%
B=30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891290.4100.320.26133.2536.8459.02
Hex70BD81290201A85253b
Octal16027520151040322054573
Binary1110000101111011000000110100101000001101010000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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