Html Css Color HEX #70AA83 Bay Leaf

📋 copy color: '#70AA83'

red 112 ◦ green 170 ◦ blue 131

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

Shades of Bay Leaf #70AA83

Tints of Bay Leaf #70AA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 27.12%
G = 41.16%
B = 31.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#70AA83 (or 0x70AA83) is known color: Bay Leaf. HEX triplet: 70, AA and 83. RGB value is (112,170,131). Sum of RGB (Red+Green+Blue) = 112+170+131=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA83 is #8F557C. Grayscale: #949494. Windows color (decimal): -9393533 or 8628848. OLE color: 8628848.

HSL color Cylindrical-coordinate representation of color #70AA83: hue angle of 139.66º 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 #70AA83 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 131 -
CMYK 0.34 0 0.23 0.33
HSL 139.66º 0.25% 0.55% -
HSV(B) 139.66º 0.34% 0.67% -
XYZ 25.15 33.83 26.68 -
YUV 148.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 112 170 131 0.34 0 0.23 0.33 139.66 0.25 0.55
Hex 70 AA 83 22 0 17 21 8C 19 37
Octal 160 252 203 42 0 27 41 214 31 67
Binary 1110000 10101010 10000011 100010 0 10111 100001 10001100 11001 110111

Color Harmonies of #70AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA83

Black with #70AA83

Text Example


Text Example

White with #70AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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