Html Css Color HEX #70BA83 Bay Leaf

📋 copy color: '#70BA83'

red 112 ◦ green 186 ◦ blue 131

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

Shades of Bay Leaf #70BA83

Tints of Bay Leaf #70BA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 26.11%
G = 43.36%
B = 30.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#70BA83 (or 0x70BA83) is known color: Bay Leaf. HEX triplet: 70, BA and 83. RGB value is (112,186,131). Sum of RGB (Red+Green+Blue) = 112+186+131=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA83 is #8F457C. Grayscale: #9D9D9D. Windows color (decimal): -9389437 or 8632944. OLE color: 8632944.

HSL color Cylindrical-coordinate representation of color #70BA83: hue angle of 135.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA83 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 131 -
CMYK 0.40 0 0.30 0.27
HSL 135.41º 0.35% 0.58% -
HSV(B) 135.41º 0.4% 0.73% -
XYZ 28.34 40.2 27.74 -
YUV 157.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 112 186 131 0.40 0 0.30 0.27 135.41 0.35 0.58
Hex 70 BA 83 28 0 1E 1B 87 23 3A
Octal 160 272 203 50 0 36 33 207 43 72
Binary 1110000 10111010 10000011 101000 0 11110 11011 10000111 100011 111010

Color Harmonies of #70BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA83

Black with #70BA83

Text Example


Text Example

White with #70BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,131); }

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

background-color css

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

 a { background-color: rgb(112,186,131); }

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

border-color css

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

 span { border-color: rgb(112,186,131); }

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