Html Css Color HEX #70BD89 Bay Leaf

📋 copy color: '#70BD89'

red 112 ◦ green 189 ◦ blue 137

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

Shades of Bay Leaf #70BD89

Tints of Bay Leaf #70BD89

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

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

R = 25.57%
G = 43.15%
B = 31.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#70BD89 (or 0x70BD89) is known color: Bay Leaf. HEX triplet: 70, BD and 89. RGB value is (112,189,137). Sum of RGB (Red+Green+Blue) = 112+189+137=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD89 is #8F4276. Grayscale: #A0A0A0. Windows color (decimal): -9388663 or 9026928. OLE color: 9026928.

HSL color Cylindrical-coordinate representation of color #70BD89: hue angle of 139.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD89 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 137 -
CMYK 0.41 0 0.28 0.26
HSL 139.48º 0.37% 0.59% -
HSV(B) 139.48º 0.41% 0.74% -
XYZ 29.4 41.65 30.16 -
YUV 160.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 112 189 137 0.41 0 0.28 0.26 139.48 0.37 0.59
Hex 70 BD 89 29 0 1C 1A 8B 25 3B
Octal 160 275 211 51 0 34 32 213 45 73
Binary 1110000 10111101 10001001 101001 0 11100 11010 10001011 100101 111011

Color Harmonies of #70BD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD89

Black with #70BD89

Text Example


Text Example

White with #70BD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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