Html Css Color HEX #70B189 Bay Leaf

📋 copy color: '#70B189'

red 112 ◦ green 177 ◦ blue 137

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

Shades of Bay Leaf #70B189

Tints of Bay Leaf #70B189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 26.29%
G = 41.55%
B = 32.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#70B189 (or 0x70B189) is known color: Bay Leaf. HEX triplet: 70, B1 and 89. RGB value is (112,177,137). Sum of RGB (Red+Green+Blue) = 112+177+137=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #70B189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B189 is #8F4E76. Grayscale: #999999. Windows color (decimal): -9391735 or 9023856. OLE color: 9023856.

HSL color Cylindrical-coordinate representation of color #70B189: hue angle of 143.08º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B189 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 137 -
CMYK 0.37 0 0.23 0.31
HSL 143.08º 0.29% 0.57% -
HSV(B) 143.08º 0.37% 0.69% -
XYZ 26.92 36.7 29.33 -
YUV 153.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 112 177 137 0.37 0 0.23 0.31 143.08 0.29 0.57
Hex 70 B1 89 25 0 17 1F 8F 1D 39
Octal 160 261 211 45 0 27 37 217 35 71
Binary 1110000 10110001 10001001 100101 0 10111 11111 10001111 11101 111001

Color Harmonies of #70B189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B189

Black with #70B189

Text Example


Text Example

White with #70B189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,137); }

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

background-color css

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

 a { background-color: rgb(112,177,137); }

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

border-color css

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

 span { border-color: rgb(112,177,137); }

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