Html Css Color HEX #70B18C Bay Leaf

📋 copy color: '#70B18C'

red 112 ◦ green 177 ◦ blue 140

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

Shades of Bay Leaf #70B18C

Tints of Bay Leaf #70B18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 26.11%
G = 41.26%
B = 32.63%

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

#70B18C (or 0x70B18C) is known color: Bay Leaf. HEX triplet: 70, B1 and 8C. RGB value is (112,177,140). Sum of RGB (Red+Green+Blue) = 112+177+140=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #70B18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B18C is #8F4E73. Grayscale: #999999. Windows color (decimal): -9391732 or 9220464. OLE color: 9220464.

HSL color Cylindrical-coordinate representation of color #70B18C: hue angle of 145.85º 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 #70B18C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 140 -
CMYK 0.37 0 0.21 0.31
HSL 145.85º 0.29% 0.57% -
HSV(B) 145.85º 0.37% 0.69% -
XYZ 27.14 36.78 30.48 -
YUV 153.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 112 177 140 0.37 0 0.21 0.31 145.85 0.29 0.57
Hex 70 B1 8C 25 0 15 1F 92 1D 39
Octal 160 261 214 45 0 25 37 222 35 71
Binary 1110000 10110001 10001100 100101 0 10101 11111 10010010 11101 111001

Color Harmonies of #70B18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B18C

Black with #70B18C

Text Example


Text Example

White with #70B18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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