#70B78B

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

Shades of Bay Leaf #70B78B

Tints of Bay Leaf #70B78B

Color information

#70B78B (or 0x70B78B) is unknown color: approx Bay Leaf. HEX triplet: 70, B7 and 8B. RGB value is (112,183,139). Sum of RGB (Red+Green+Blue) = 112+183+139=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #70B78B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B78B is #8F4874. Grayscale: #9C9C9C. Windows color (decimal): -9390197 or 9156464. OLE color: 9156464.

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

Color convert

RGB112183139-
CMYK0.3900.240.28
HSL142.82º33.02%57.84%-
HSV(B)142.82º38.8%71.76%-
XYZ28.2839.1830.5-
YUV156.76117.9896.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=25.81%
G=42.17%
B=32.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831390.3900.240.28142.8233.0257.84
Hex70B78B270181C8f213a
Octal16026721347030342174172
Binary111000010110111100010111001110110001110010001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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