Html Css Color HEX #70BB89 Bay Leaf

📋 copy color: '#70BB89'

red 112 ◦ green 187 ◦ blue 137

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

Shades of Bay Leaf #70BB89

Tints of Bay Leaf #70BB89

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

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

R = 25.69%
G = 42.89%
B = 31.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#70BB89 (or 0x70BB89) is known color: Bay Leaf. HEX triplet: 70, BB and 89. RGB value is (112,187,137). Sum of RGB (Red+Green+Blue) = 112+187+137=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB89 is #8F4476. Grayscale: #9F9F9F. Windows color (decimal): -9389175 or 9026416. OLE color: 9026416.

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

Color convert

RGB 112 187 137 -
CMYK 0.40 0 0.27 0.27
HSL 140º 0.36% 0.59% -
HSV(B) 140º 0.4% 0.73% -
XYZ 28.97 40.79 30.01 -
YUV 158.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 112 187 137 0.40 0 0.27 0.27 140 0.36 0.59
Hex 70 BB 89 28 0 1B 1B 8C 24 3B
Octal 160 273 211 50 0 33 33 214 44 73
Binary 1110000 10111011 10001001 101000 0 11011 11011 10001100 100100 111011

Color Harmonies of #70BB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB89

Black with #70BB89

Text Example


Text Example

White with #70BB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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