Html Css Color HEX #70BF86 Bay Leaf

📋 copy color: '#70BF86'

red 112 ◦ green 191 ◦ blue 134

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

Shades of Bay Leaf #70BF86

Tints of Bay Leaf #70BF86

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

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

R = 25.63%
G = 43.71%
B = 30.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#70BF86 (or 0x70BF86) is known color: Bay Leaf. HEX triplet: 70, BF and 86. RGB value is (112,191,134). Sum of RGB (Red+Green+Blue) = 112+191+134=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF86 is #8F4079. Grayscale: #A1A1A1. Windows color (decimal): -9388154 or 8830832. OLE color: 8830832.

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

Color convert

RGB 112 191 134 -
CMYK 0.41 0 0.30 0.25
HSL 136.71º 0.38% 0.59% -
HSV(B) 136.71º 0.41% 0.75% -
XYZ 29.62 42.43 29.18 -
YUV 160.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 112 191 134 0.41 0 0.30 0.25 136.71 0.38 0.59
Hex 70 BF 86 29 0 1E 19 89 26 3B
Octal 160 277 206 51 0 36 31 211 46 73
Binary 1110000 10111111 10000110 101001 0 11110 11001 10001001 100110 111011

Color Harmonies of #70BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF86

Black with #70BF86

Text Example


Text Example

White with #70BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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