#70BE85

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

Shades of Bay Leaf #70BE85

Tints of Bay Leaf #70BE85

Color information

#70BE85 (or 0x70BE85) is unknown color: approx Bay Leaf. HEX triplet: 70, BE and 85. RGB value is (112,190,133). Sum of RGB (Red+Green+Blue) = 112+190+133=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE85 is #8F417A. Grayscale: #A0A0A0. Windows color (decimal): -9388411 or 8765040. OLE color: 8765040.

HSL color Cylindrical-coordinate representation of color #70BE85: hue angle of 136.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE85 is Cyan = 0.41, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB112190133-
CMYK0.4100.30.25
HSL136.15º37.5%59.22%-
HSV(B)136.15º41.05%74.51%-
XYZ29.3341.9728.74-
YUV160.18112.6693.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=25.75%
G=43.68%
B=30.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901330.4100.30.25136.1537.559.22
Hex70BE852901E1988263b
Octal16027620551036312104673
Binary111000010111110100001011010010111101100110001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,133); }

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

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

 a { background-color: rgb(112,190,133); }

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

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

 span { border-color: rgb(112,190,133); }

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