Html Css Color HEX #70BA86 Bay Leaf

📋 copy color: '#70BA86'

red 112 ◦ green 186 ◦ blue 134

#70BA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #70BA86

Tints of Bay Leaf #70BA86

RGB

 RED value IS 112 (44.14% from 255) = 25.93%

 GREEN value IS 186 (73.05% from 255) = 43.06%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 25.93%
G = 43.06%
B = 31.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#70BA86 (or 0x70BA86) is known color: Bay Leaf. HEX triplet: 70, BA and 86. RGB value is (112,186,134). Sum of RGB (Red+Green+Blue) = 112+186+134=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA86 is #8F4579. Grayscale: #9E9E9E. Windows color (decimal): -9389434 or 8829552. OLE color: 8829552.

HSL color Cylindrical-coordinate representation of color #70BA86: hue angle of 137.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA86 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 134 -
CMYK 0.40 0 0.28 0.27
HSL 137.84º 0.35% 0.58% -
HSV(B) 137.84º 0.4% 0.73% -
XYZ 28.54 40.28 28.83 -
YUV 157.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 112 186 134 0.40 0 0.28 0.27 137.84 0.35 0.58
Hex 70 BA 86 28 0 1C 1B 8A 23 3A
Octal 160 272 206 50 0 34 33 212 43 72
Binary 1110000 10111010 10000110 101000 0 11100 11011 10001010 100011 111010

Color Harmonies of #70BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA86

Black with #70BA86

Text Example


Text Example

White with #70BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,134); }

 H1.HeaderClassName
 {
   color: #70BA86;
 }
 .AnyTagClassName
 {
   color: #70BA86;
 }
</style>

background-color css

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

 a { background-color: rgb(112,186,134); }

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

border-color css

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

 span { border-color: rgb(112,186,134); }

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