Html Css Color HEX #70B18B Bay Leaf

📋 copy color: '#70B18B'

red 112 ◦ green 177 ◦ blue 139

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

Shades of Bay Leaf #70B18B

Tints of Bay Leaf #70B18B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

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

R = 26.17%
G = 41.36%
B = 32.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#70B18B (or 0x70B18B) is known color: Bay Leaf. HEX triplet: 70, B1 and 8B. RGB value is (112,177,139). Sum of RGB (Red+Green+Blue) = 112+177+139=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #70B18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B18B is #8F4E74. Grayscale: #999999. Windows color (decimal): -9391733 or 9154928. OLE color: 9154928.

HSL color Cylindrical-coordinate representation of color #70B18B: hue angle of 144.92º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B18B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 139 -
CMYK 0.37 0 0.21 0.31
HSL 144.92º 0.29% 0.57% -
HSV(B) 144.92º 0.37% 0.69% -
XYZ 27.06 36.75 30.09 -
YUV 153.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 112 177 139 0.37 0 0.21 0.31 144.92 0.29 0.57
Hex 70 B1 8B 25 0 15 1F 91 1D 39
Octal 160 261 213 45 0 25 37 221 35 71
Binary 1110000 10110001 10001011 100101 0 10101 11111 10010001 11101 111001

Color Harmonies of #70B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B18B

Black with #70B18B

Text Example


Text Example

White with #70B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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