Html Css Color HEX #70B58A Bay Leaf

📋 copy color: '#70B58A'

red 112 ◦ green 181 ◦ blue 138

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

Shades of Bay Leaf #70B58A

Tints of Bay Leaf #70B58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 25.99%
G = 42%
B = 32.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#70B58A (or 0x70B58A) is known color: Bay Leaf. HEX triplet: 70, B5 and 8A. RGB value is (112,181,138). Sum of RGB (Red+Green+Blue) = 112+181+138=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #70B58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B58A is #8F4A75. Grayscale: #9B9B9B. Windows color (decimal): -9390710 or 9090416. OLE color: 9090416.

HSL color Cylindrical-coordinate representation of color #70B58A: hue angle of 142.61º 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 #70B58A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 138 -
CMYK 0.38 0 0.24 0.29
HSL 142.61º 0.32% 0.57% -
HSV(B) 142.61º 0.38% 0.71% -
XYZ 27.79 38.33 29.98 -
YUV 155.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 112 181 138 0.38 0 0.24 0.29 142.61 0.32 0.57
Hex 70 B5 8A 26 0 18 1D 8F 20 39
Octal 160 265 212 46 0 30 35 217 40 71
Binary 1110000 10110101 10001010 100110 0 11000 11101 10001111 100000 111001

Color Harmonies of #70B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B58A

Black with #70B58A

Text Example


Text Example

White with #70B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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