Html Css Color HEX #70B581 Bay Leaf

📋 copy color: '#70B581'

red 112 ◦ green 181 ◦ blue 129

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

Shades of Bay Leaf #70B581

Tints of Bay Leaf #70B581

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 26.54%
G = 42.89%
B = 30.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#70B581 (or 0x70B581) is known color: Bay Leaf. HEX triplet: 70, B5 and 81. RGB value is (112,181,129). Sum of RGB (Red+Green+Blue) = 112+181+129=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #70B581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B581 is #8F4A7E. Grayscale: #9A9A9A. Windows color (decimal): -9390719 or 8500592. OLE color: 8500592.

HSL color Cylindrical-coordinate representation of color #70B581: hue angle of 134.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B581 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 129 -
CMYK 0.38 0 0.29 0.29
HSL 134.78º 0.32% 0.57% -
HSV(B) 134.78º 0.38% 0.71% -
XYZ 27.17 38.08 26.69 -
YUV 154.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 112 181 129 0.38 0 0.29 0.29 134.78 0.32 0.57
Hex 70 B5 81 26 0 1D 1D 87 20 39
Octal 160 265 201 46 0 35 35 207 40 71
Binary 1110000 10110101 10000001 100110 0 11101 11101 10000111 100000 111001

Color Harmonies of #70B581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B581

Black with #70B581

Text Example


Text Example

White with #70B581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,129); }

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

background-color css

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

 a { background-color: rgb(112,181,129); }

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

border-color css

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

 span { border-color: rgb(112,181,129); }

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