Html Css Color HEX #70A984 Bay Leaf

📋 copy color: '#70A984'

red 112 ◦ green 169 ◦ blue 132

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

Shades of Bay Leaf #70A984

Tints of Bay Leaf #70A984

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 27.12%
G = 40.92%
B = 31.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#70A984 (or 0x70A984) is known color: Bay Leaf. HEX triplet: 70, A9 and 84. RGB value is (112,169,132). Sum of RGB (Red+Green+Blue) = 112+169+132=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #70A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A984 is #8F567B. Grayscale: #939393. Windows color (decimal): -9393788 or 8694128. OLE color: 8694128.

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

Color convert

RGB 112 169 132 -
CMYK 0.34 0 0.22 0.34
HSL 141.05º 0.25% 0.55% -
HSV(B) 141.05º 0.34% 0.66% -
XYZ 25.03 33.49 26.97 -
YUV 147.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 112 169 132 0.34 0 0.22 0.34 141.05 0.25 0.55
Hex 70 A9 84 22 0 16 22 8D 19 37
Octal 160 251 204 42 0 26 42 215 31 67
Binary 1110000 10101001 10000100 100010 0 10110 100010 10001101 11001 110111

Color Harmonies of #70A984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A984

Black with #70A984

Text Example


Text Example

White with #70A984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,132); }

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

background-color css

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

 a { background-color: rgb(112,169,132); }

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

border-color css

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

 span { border-color: rgb(112,169,132); }

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