Html Css Color HEX #70AA89 Bay Leaf

📋 copy color: '#70AA89'

red 112 ◦ green 170 ◦ blue 137

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

Shades of Bay Leaf #70AA89

Tints of Bay Leaf #70AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

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

R = 26.73%
G = 40.57%
B = 32.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#70AA89 (or 0x70AA89) is known color: Bay Leaf. HEX triplet: 70, AA and 89. RGB value is (112,170,137). Sum of RGB (Red+Green+Blue) = 112+170+137=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA89 is #8F5576. Grayscale: #949494. Windows color (decimal): -9393527 or 9022064. OLE color: 9022064.

HSL color Cylindrical-coordinate representation of color #70AA89: hue angle of 145.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA89 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 137 -
CMYK 0.34 0 0.19 0.33
HSL 145.86º 0.25% 0.55% -
HSV(B) 145.86º 0.34% 0.67% -
XYZ 25.57 34 28.88 -
YUV 148.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 112 170 137 0.34 0 0.19 0.33 145.86 0.25 0.55
Hex 70 AA 89 22 0 13 21 92 19 37
Octal 160 252 211 42 0 23 41 222 31 67
Binary 1110000 10101010 10001001 100010 0 10011 100001 10010010 11001 110111

Color Harmonies of #70AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA89

Black with #70AA89

Text Example


Text Example

White with #70AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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