Html Css Color HEX #70B28B Bay Leaf

📋 copy color: '#70B28B'

red 112 ◦ green 178 ◦ blue 139

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

Shades of Bay Leaf #70B28B

Tints of Bay Leaf #70B28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 26.11%
G = 41.49%
B = 32.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#70B28B (or 0x70B28B) is known color: Bay Leaf. HEX triplet: 70, B2 and 8B. RGB value is (112,178,139). Sum of RGB (Red+Green+Blue) = 112+178+139=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #70B28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B28B is #8F4D74. Grayscale: #999999. Windows color (decimal): -9391477 or 9155184. OLE color: 9155184.

HSL color Cylindrical-coordinate representation of color #70B28B: hue angle of 144.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B28B is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 139 -
CMYK 0.37 0 0.22 0.30
HSL 144.55º 0.3% 0.57% -
HSV(B) 144.55º 0.37% 0.7% -
XYZ 27.26 37.15 30.16 -
YUV 153.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 112 178 139 0.37 0 0.22 0.30 144.55 0.3 0.57
Hex 70 B2 8B 25 0 16 1E 91 1E 39
Octal 160 262 213 45 0 26 36 221 36 71
Binary 1110000 10110010 10001011 100101 0 10110 11110 10010001 11110 111001

Color Harmonies of #70B28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B28B

Black with #70B28B

Text Example


Text Example

White with #70B28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,139); }

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

background-color css

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

 a { background-color: rgb(112,178,139); }

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

border-color css

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

 span { border-color: rgb(112,178,139); }

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