Html Css Color HEX #70BA80 Bay Leaf

📋 copy color: '#70BA80'

red 112 ◦ green 186 ◦ blue 128

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

Shades of Bay Leaf #70BA80

Tints of Bay Leaf #70BA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 26.29%
G = 43.66%
B = 30.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#70BA80 (or 0x70BA80) is known color: Bay Leaf. HEX triplet: 70, BA and 80. RGB value is (112,186,128). Sum of RGB (Red+Green+Blue) = 112+186+128=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA80 is #8F457F. Grayscale: #9D9D9D. Windows color (decimal): -9389440 or 8436336. OLE color: 8436336.

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

Color convert

RGB 112 186 128 -
CMYK 0.40 0 0.31 0.27
HSL 132.97º 0.35% 0.58% -
HSV(B) 132.97º 0.4% 0.73% -
XYZ 28.14 40.12 26.68 -
YUV 157.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 112 186 128 0.40 0 0.31 0.27 132.97 0.35 0.58
Hex 70 BA 80 28 0 1F 1B 85 23 3A
Octal 160 272 200 50 0 37 33 205 43 72
Binary 1110000 10111010 10000000 101000 0 11111 11011 10000101 100011 111010

Color Harmonies of #70BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA80

Black with #70BA80

Text Example


Text Example

White with #70BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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