Html Css Color HEX #70B482 Bay Leaf

📋 copy color: '#70B482'

red 112 ◦ green 180 ◦ blue 130

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

Shades of Bay Leaf #70B482

Tints of Bay Leaf #70B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 26.54%
G = 42.65%
B = 30.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#70B482 (or 0x70B482) is known color: Bay Leaf. HEX triplet: 70, B4 and 82. RGB value is (112,180,130). Sum of RGB (Red+Green+Blue) = 112+180+130=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #70B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B482 is #8F4B7D. Grayscale: #9A9A9A. Windows color (decimal): -9390974 or 8565872. OLE color: 8565872.

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

Color convert

RGB 112 180 130 -
CMYK 0.38 0 0.28 0.29
HSL 135.88º 0.31% 0.57% -
HSV(B) 135.88º 0.38% 0.71% -
XYZ 27.03 37.7 26.97 -
YUV 153.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 112 180 130 0.38 0 0.28 0.29 135.88 0.31 0.57
Hex 70 B4 82 26 0 1C 1D 88 1F 39
Octal 160 264 202 46 0 34 35 210 37 71
Binary 1110000 10110100 10000010 100110 0 11100 11101 10001000 11111 111001

Color Harmonies of #70B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B482

Black with #70B482

Text Example


Text Example

White with #70B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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