#70B782

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

Shades of Bay Leaf #70B782

Tints of Bay Leaf #70B782

Color information

#70B782 (or 0x70B782) is unknown color: approx Bay Leaf. HEX triplet: 70, B7 and 82. RGB value is (112,183,130). Sum of RGB (Red+Green+Blue) = 112+183+130=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #70B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B782 is #8F487D. Grayscale: #9B9B9B. Windows color (decimal): -9390206 or 8566640. OLE color: 8566640.

HSL color Cylindrical-coordinate representation of color #70B782: hue angle of 135.21º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B782 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB112183130-
CMYK0.3900.290.28
HSL135.21º33.02%57.84%-
HSV(B)135.21º38.8%71.76%-
XYZ27.6438.9227.18-
YUV155.73113.4896.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=26.35%
G=43.06%
B=30.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831300.3900.290.28135.2133.0257.84
Hex70B7822701D1C87213a
Octal16026720247035342074172
Binary111000010110111100000101001110111011110010000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,130); }

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

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

 a { background-color: rgb(112,183,130); }

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

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

 span { border-color: rgb(112,183,130); }

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