#70B77E

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

Shades of Bay Leaf #70B77E

Tints of Bay Leaf #70B77E

Color information

#70B77E (or 0x70B77E) is unknown color: approx Bay Leaf. HEX triplet: 70, B7 and 7E. RGB value is (112,183,126). Sum of RGB (Red+Green+Blue) = 112+183+126=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #70B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B77E is #8F4881. Grayscale: #9B9B9B. Windows color (decimal): -9390210 or 8304496. OLE color: 8304496.

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

Color convert

RGB112183126-
CMYK0.3900.310.28
HSL131.83º33.02%57.84%-
HSV(B)131.83º38.8%71.76%-
XYZ27.3838.8225.79-
YUV155.27111.4897.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=26.60%
G=43.47%
B=29.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831260.3900.310.28131.8333.0257.84
Hex70B77E2701F1C84213a
Octal16026717647037342044172
Binary11100001011011111111101001110111111110010000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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