Html Css Color HEX #70B781 Bay Leaf

📋 copy color: '#70B781'

red 112 ◦ green 183 ◦ blue 129

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

Shades of Bay Leaf #70B781

Tints of Bay Leaf #70B781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 26.42%
G = 43.16%
B = 30.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#70B781 (or 0x70B781) is known color: Bay Leaf. HEX triplet: 70, B7 and 81. RGB value is (112,183,129). Sum of RGB (Red+Green+Blue) = 112+183+129=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #70B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B781 is #8F487E. Grayscale: #9B9B9B. Windows color (decimal): -9390207 or 8501104. OLE color: 8501104.

HSL color Cylindrical-coordinate representation of color #70B781: hue angle of 134.37º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B781 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 129 -
CMYK 0.39 0 0.30 0.28
HSL 134.37º 0.33% 0.58% -
HSV(B) 134.37º 0.39% 0.72% -
XYZ 27.58 38.9 26.82 -
YUV 155.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 112 183 129 0.39 0 0.30 0.28 134.37 0.33 0.58
Hex 70 B7 81 27 0 1E 1C 86 21 3A
Octal 160 267 201 47 0 36 34 206 41 72
Binary 1110000 10110111 10000001 100111 0 11110 11100 10000110 100001 111010

Color Harmonies of #70B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B781

Black with #70B781

Text Example


Text Example

White with #70B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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