Html Css Color HEX #70BE86 Bay Leaf

📋 copy color: '#70BE86'

red 112 ◦ green 190 ◦ blue 134

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

Shades of Bay Leaf #70BE86

Tints of Bay Leaf #70BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

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

R = 25.69%
G = 43.58%
B = 30.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#70BE86 (or 0x70BE86) is known color: Bay Leaf. HEX triplet: 70, BE and 86. RGB value is (112,190,134). Sum of RGB (Red+Green+Blue) = 112+190+134=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE86 is #8F4179. Grayscale: #A0A0A0. Windows color (decimal): -9388410 or 8830576. OLE color: 8830576.

HSL color Cylindrical-coordinate representation of color #70BE86: hue angle of 136.92º 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 #70BE86 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 134 -
CMYK 0.41 0 0.29 0.25
HSL 136.92º 0.38% 0.59% -
HSV(B) 136.92º 0.41% 0.75% -
XYZ 29.4 41.99 29.11 -
YUV 160.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 112 190 134 0.41 0 0.29 0.25 136.92 0.38 0.59
Hex 70 BE 86 29 0 1D 19 89 26 3B
Octal 160 276 206 51 0 35 31 211 46 73
Binary 1110000 10111110 10000110 101001 0 11101 11001 10001001 100110 111011

Color Harmonies of #70BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE86

Black with #70BE86

Text Example


Text Example

White with #70BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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