Html Css Color HEX #70BD82 Bay Leaf

📋 copy color: '#70BD82'

red 112 ◦ green 189 ◦ blue 130

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

Shades of Bay Leaf #70BD82

Tints of Bay Leaf #70BD82

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 25.99%
G = 43.85%
B = 30.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#70BD82 (or 0x70BD82) is known color: Bay Leaf. HEX triplet: 70, BD and 82. RGB value is (112,189,130). Sum of RGB (Red+Green+Blue) = 112+189+130=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD82 is #8F427D. Grayscale: #9F9F9F. Windows color (decimal): -9388670 or 8568176. OLE color: 8568176.

HSL color Cylindrical-coordinate representation of color #70BD82: hue angle of 134.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD82 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 130 -
CMYK 0.41 0 0.31 0.26
HSL 134.03º 0.37% 0.59% -
HSV(B) 134.03º 0.41% 0.74% -
XYZ 28.91 41.45 27.6 -
YUV 159.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 112 189 130 0.41 0 0.31 0.26 134.03 0.37 0.59
Hex 70 BD 82 29 0 1F 1A 86 25 3B
Octal 160 275 202 51 0 37 32 206 45 73
Binary 1110000 10111101 10000010 101001 0 11111 11010 10000110 100101 111011

Color Harmonies of #70BD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD82

Black with #70BD82

Text Example


Text Example

White with #70BD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,130); }

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

background-color css

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

 a { background-color: rgb(112,189,130); }

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

border-color css

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

 span { border-color: rgb(112,189,130); }

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